Uses of Class
de.julielab.costosys.dbconnection.DataBaseConnector.StatusElement
-
Packages that use DataBaseConnector.StatusElement Package Description de.julielab.costosys.dbconnection -
-
Uses of DataBaseConnector.StatusElement in de.julielab.costosys.dbconnection
Methods in de.julielab.costosys.dbconnection that return DataBaseConnector.StatusElement Modifier and Type Method Description static DataBaseConnector.StatusElementDataBaseConnector.StatusElement. valueOf(String name)Returns the enum constant of this type with the specified name.static DataBaseConnector.StatusElement[]DataBaseConnector.StatusElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.julielab.costosys.dbconnection with type arguments of type DataBaseConnector.StatusElement 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.
-