| Package | Description |
|---|---|
| de.julielab.xmlData.dataBase |
| Modifier and Type | Method and Description |
|---|---|
static DataBaseConnector.StatusElement |
DataBaseConnector.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.
|
| Modifier and Type | Method and Description |
|---|---|
SubsetStatus |
DataBaseConnector.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 keys Constants.IN_PROCESS, Constants.PROCESSED and
Constants.TOTAL. |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.