Uses of Class
de.julielab.costosys.dbconnection.CoStoSysConnection
-
Packages that use CoStoSysConnection Package Description de.julielab.costosys.dbconnection -
-
Uses of CoStoSysConnection in de.julielab.costosys.dbconnection
Methods in de.julielab.costosys.dbconnection that return CoStoSysConnection Modifier and Type Method Description CoStoSysConnectionDataBaseConnector. obtainConnection()Returns the connection associated with the current thread object if it exists.CoStoSysConnectionDataBaseConnector. obtainOrReserveConnection()This is just a convenience method forDataBaseConnector.obtainOrReserveConnection(boolean)with the parameter set to true.CoStoSysConnectionDataBaseConnector. obtainOrReserveConnection(boolean shared)This is the preferred way to obtain a database connection.CoStoSysConnectionDataBaseConnector. reserveConnection()Just delegates to reserveConnection(true).CoStoSysConnectionDataBaseConnector. reserveConnection(boolean shared)Only use when you are sure you need this method.Methods in de.julielab.costosys.dbconnection with parameters of type CoStoSysConnection Modifier and Type Method Description int[]DataBaseConnector. determineExistingSubsetRows(CoStoSysConnection conn, String subsetTableName, List<Object[]> pkValues, String schemaName)Map<String,Boolean>DataBaseConnector. getMirrorSubsetNames(CoStoSysConnection conn, String tableName)int[]DataBaseConnector. performBatchUpdate(CoStoSysConnection conn, List<Object[]> pkValues, String sqlFormatString, String schemaName)booleanDataBaseConnector. removeTableFromMirrorSubsetList(CoStoSysConnection conn, String mirrorSubsetName)Removes an entry from the table listing mirror subsets, located atConstants.MIRROR_COLLECTION_NAME.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 theis_processedandis_in_processrows of a subset toFALSE.booleanDataBaseConnector. tableExists(CoStoSysConnection conn, String tableName)Tests if a table exists.
-