| Package | Description |
|---|---|
| de.julielab.xmlData.dataBase |
| Modifier and Type | Method and Description |
|---|---|
CoStoSysConnection |
DataBaseConnector.obtainConnection()
Returns the connection associated with the current thread object.
|
CoStoSysConnection |
DataBaseConnector.obtainOrReserveConnection()
This is the preferred way to obtain a database connection.
|
CoStoSysConnection |
DataBaseConnector.reserveConnection()
Only use when you are sure you need this method.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
DataBaseConnector.determineExistingSubsetRows(CoStoSysConnection conn,
String subsetTableName,
List<Object[]> pkValues,
String schemaName) |
int[] |
DataBaseConnector.performBatchUpdate(CoStoSysConnection conn,
List<Object[]> pkValues,
String sqlFormatString,
String schemaName) |
void |
DataBaseConnector.releaseConnection(CoStoSysConnection conn)
Removes the given connection from the list of reserved connection of the calling thread.
|
int[] |
DataBaseConnector.resetSubset(CoStoSysConnection conn,
String subsetTableName,
List<Object[]> pkValues) |
int[] |
DataBaseConnector.resetSubset(CoStoSysConnection conn,
String subsetTableName,
List<Object[]> pkValues,
String schemaName)
Sets the values in the
is_processed and
is_in_process rows of a subset to FALSE. |
boolean |
DataBaseConnector.tableExists(CoStoSysConnection conn,
String tableName)
Tests if a table exists.
|
Copyright © 2018 JULIE Lab, Germany. All rights reserved.