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 java.util.List<java.lang.Object[]>DataBaseConnector. getProcessedPrimaryKeys(java.lang.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.java.util.List<java.lang.Object[]>DataBaseConnector. getProcessedPrimaryKeys(java.lang.String subsetTable, java.lang.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 classTableSchemaMismatchException
-