Uses of Class
de.julielab.costosys.dbconnection.SubsetStatus
-
Packages that use SubsetStatus Package Description de.julielab.costosys.dbconnection -
-
Uses of SubsetStatus in de.julielab.costosys.dbconnection
Methods in de.julielab.costosys.dbconnection that return SubsetStatus Modifier and Type Method Description SubsetStatusDataBaseConnector. status(String subsetTableName, Set<DataBaseConnector.StatusElement> statusElementsToReturn)Returns a map with information about how many rows are marked as is_in_process, is_processed and how many rows there are in total.
The respective values are stored under with the keysConstants.IN_PROCESS,Constants.PROCESSEDandConstants.TOTAL.
-