Uses of Class
de.julielab.costosys.dbconnection.util.CoStoSysException
-
Packages that use CoStoSysException Package Description de.julielab.costosys.dbconnection de.julielab.costosys.dbconnection.util -
-
Uses of CoStoSysException in de.julielab.costosys.dbconnection
Methods in de.julielab.costosys.dbconnection that throw CoStoSysException Modifier and Type Method Description List<Object[]>DataBaseConnector. getProcessedPrimaryKeys(String subsetTable)Creates a query cursor to the given subset table and retrieves all those primary keys according to the active table schema that are marked as processed.List<Object[]>DataBaseConnector. getProcessedPrimaryKeys(String subsetTable, String tableSchema)Creates a query cursor to the given subset table and retrieves all those primary keys according to tableSchema that are marked as processed. -
Uses of CoStoSysException in de.julielab.costosys.dbconnection.util
Subclasses of CoStoSysException in de.julielab.costosys.dbconnection.util Modifier and Type Class Description classTableSchemaMismatchExceptionMethods in de.julielab.costosys.dbconnection.util that throw CoStoSysException Modifier and Type Method Description static CoStoSysJedisTools.JedisDataFormatCoStoSysJedisTools. determineDataFormat(DataBaseConnector dbc, String table, String column)Reads the first row of the given table and returns information about whether the data is in GZIP format and/or the JeDIS binary format.
-