Uses of Class
wt.pom.WTConnection

Packages that use WTConnection
wt.epm.upgrade   
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
wt.pds.oracle81   
wt.pds.sqlServer   
wt.pom Provides low-level, yet database independent, access to a database. 
wt.queue Overview 
wt.team
 
wt.vc.baseline
 
 

Uses of WTConnection in wt.epm.upgrade
 

Methods in wt.epm.upgrade with parameters of type WTConnection
private static void FamilyInstanceToEPMDocument6_2.updateTableContainingFamilyInstance(HashMap instIDHash, WTConnection conn)
           
 

Uses of WTConnection in wt.pds
 

Fields in wt.pds declared as WTConnection
private  WTConnection RangeResultCursor.connection
           
private  WTConnection ObjectReferenceCursor.connection
           
private  WTConnection LobOutputStream.connection
           
private  WTConnection BasicResultCursor.connection
           
 

Methods in wt.pds that return WTConnection
 WTConnection ResultCursor.getConnection()
          Gets the value of the attribute: CONNECTION.
 WTConnection RangeResultCursor.getConnection()
          Gets the value of the attribute: connection.
 WTConnection ObjectReferenceCursor.getConnection()
          Gets the value of the attribute: connection.
private static WTConnection BlobRewriter.getConnection()
           
 WTConnection BasicResultCursor.getConnection()
          Gets the value of the attribute: connection.
 WTConnection AbstractPersistentStore.getUserConnection()
           
 WTConnection AbstractPersistentRetrieve.getUserConnection()
           
 

Methods in wt.pds with parameters of type WTConnection
private  byte[] WTResultSet.getLobAsByteArray(WTConnection connection, Object b)
           
private  Object WTResultSet.getLobAsObject(WTConnection connection, Object b)
           
 void WTPreparedStatement.postProcessLobs(WTConnection a_connection, Map a_lobAttributeMap)
           
 void StatementParameterFactory.initializeTypes(WTConnection a_connection)
          This method performs Type initialization for the specified connection.
protected abstract  void StatementParameterFactory.initializeStruct(WTConnection a_connection, ClassInfo a_datastoreType)
          This method performs initialization for the specified connection and Struct.
protected abstract  void StatementParameterFactory.initializeArray(WTConnection a_connection, ClassInfo a_datastoreType)
          This method performs initialization for the specified connection and Array.
 void StatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 void StatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
 int StatementFilter.execute(Vector[] a_fromArray, WTConnection a_connection, AttributeMapInfo a_attributeMapInfo)
          This method executes a query to filter the Statement list.
 PreparedStatement StatementBuilder.getStatement(WTConnection a_connection, int a_sqlIndex)
          Returns an array of JDBC statements to execute.
 String[] StatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of SQL statements to execute.
 String[] StatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent)
          Returns an array of SQL statements to execute.
 String StandardDMLGenerator.buildSubSelectStatement(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
abstract  String[] StandardDMLGenerator.buildStatements(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
 String StandardDMLGenerator.buildInsertStatement(StatementSpec a_statementSpec, String tableName, WTConnection a_connection)
          

Supported API: false
protected static String[] StandardDMLGenerator.buildStatements_common(StatementSpec a_statementSpec, WTConnection a_connection, boolean a_dummyParameter)
           
protected static Object StandardDMLGenerator.buildBindParameters_common(StatementSpec a_statementSpec, WTConnection a_connection)
           
 void SQLDatabasePds.insert(WTConnection a_connection, Object a_obj, boolean a_reInsert)
          Insert an object into the SQL database

Supported API: false
 void SQLDatabasePds.remove(WTConnection a_connection, Persistable a_obj)
          Remove an object from the SQL database.
 void SQLDatabasePds.update(WTConnection a_connection, Object a_obj, boolean a_changeModifyDate)
          Update an object in the SQL database.
 Persistable SQLDatabasePds.update(WTConnection a_connection, Persistable a_obj, String a_attributeName, ObjectMappable a_attribute)
          Update an attribute of an object in the SQL database (partial update).
 QueryResult SQLDatabasePds.expand(WTConnection a_connection, Persistable a_obj, String a_otherSideRole, Class a_linkClass, boolean a_onlyOtherSide, AccessControllerProcessor a_accessControllerProcessor)
          Expand the association from the object using the specified role and link class.
 QueryResult SQLDatabasePds.expand(WTConnection a_connection, Persistable a_obj, String a_otherSideRole, QuerySpec a_querySpec, boolean a_onlyOtherSide, AccessControllerProcessor a_accessControllerProcessor)
          Expand the association from the object using the specified role and QuerySpec.
 void SQLDatabasePds.query(WTConnection a_connection, StatementSpec a_statementSpec, AccessControllerProcessor a_accessControllerProcessor, ResultProcessor a_resultProcessor)
          Query for objects in the SQL database.
 Persistable SQLDatabasePds.refresh(WTConnection a_connection, Persistable a_obj, boolean a_inPlace, AccessControllerProcessor a_accessControllerProcessor)
          Refresh the object from the SQL database.
abstract  Persistable SQLDatabasePds.lock(WTConnection a_connection, Persistable a_obj, boolean a_wait)
          Perform a datastore lock on an Object.
abstract  String SQLDatabasePds.getNextSequence(WTConnection a_connection, String a_sequenceName)
          Return the next value from the datastore sequence.
 void SQLDatabasePds.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, long a_length, boolean a_updateChangeStamp)
          Set the data in the InputStream to the specified LOB.
 long SQLDatabasePds.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, boolean a_updateChangeStamp)
          Set the data in the InputStream to the specified LOB.
 void SQLDatabasePds.setObjectAsLob(WTConnection a_connection, LobLocator a_lobLocator, Object a_object)
          Set the object as LOB.
 InputStream SQLDatabasePds.getLob(WTConnection a_connection, LobLocator a_lobLocator)
          Gets the data from the specified LOB as an InputStream.
 byte[] SQLDatabasePds.getLobAsByteArray(WTConnection a_connection, Object a_blob)
          Gets the Lob as a byte array.
 Object SQLDatabasePds.getLobAsObject(WTConnection a_connection, Object a_blob)
          Gets the Lob as an object.
 int SQLDatabasePds.insertPageResults(WTConnection a_connection, int a_offset, int a_toIndex, long a_sessionId, List a_oidList, int a_groupFromIndex)
          Inserts results into the paging table of the datastore.
 Object SQLDatabasePds.executeCall(WTConnection a_connection, String a_procedureName, StatementParameter[] a_argumentValues, StatementParameter a_outputType)
          This method executes a call to a database stored procedure.
 void SQLDatabasePds.initializeConnection(WTConnection a_connection)
          This method is used to initialize the specfied WTConnection prior to making it available to use.
abstract  void SQLDatabasePds.lock(WTConnection a_connection, Object a_class, boolean a_wait)
          Perform a datastore lock on an Class table.
 Persistable SQLDatabasePds.refresh(WTConnection a_connection, Persistable a_obj, boolean a_inPlace, AccessControllerProcessor a_accessControllerProcessor, boolean a_lock)
          Lock and Refresh the object from the datastore.
 int SQLDatabasePds.execute(WTConnection a_connection, AbstractBatchSpec a_batchSpec)
          Executes the specified statements in the datastore.
 void SQLDatabasePds.closeConnection(WTConnection a_connection)
          This method is used to clean up the specfied WTConnection prior to freeing the underlying JDBC connection.
private  int SQLDatabasePds.execute(WTConnection a_connection, String[] a_sqls, Object a_updateBindParameters, Object a_whereBindParameters, boolean a_isUpdate, boolean a_setCurrentTime, int a_chunkCount)
          Executes the specified multi-row statement in the datastore.
private  void SQLDatabasePds.insertList(WTConnection a_connection, PersistableList a_list, boolean a_reInsert)
           
private  void SQLDatabasePds.updateList(WTConnection a_connection, PersistableList a_list, boolean a_changeModifyDate)
           
private  QueryResult SQLDatabasePds.expandLink(WTConnection a_connection, Persistable a_obj, String a_otherSideRole, boolean a_onlyOtherSide, QuerySpec a_querySpec, LinkInfo a_linkInfo, AccessControllerProcessor a_accessControllerProcessor)
          Performs the expand operation.
 String[] SelectStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of JDBC statements to execute.
 void ResultCursor.setConnection(WTConnection a_Connection)
          Sets the value of the attribute: CONNECTION.
 void RangeResultCursor.setConnection(WTConnection a_Connection)
          Sets the value of the attribute: connection.
 void PDSIfc.insert(WTConnection a_connection, Object a_obj, boolean a_reInsert)
          Insert an object into the datastore

Supported API: false
 void PDSIfc.remove(WTConnection a_connection, Persistable a_obj)
          Remove an object from the datastore.
 void PDSIfc.update(WTConnection a_connection, Object a_obj, boolean a_changeModifyDate)
          Update an object in the datastore.
 Persistable PDSIfc.update(WTConnection a_connection, Persistable a_obj, String a_attributeName, ObjectMappable a_attribute)
          Update an attribute of an object in the datastore (partial update).
 QueryResult PDSIfc.expand(WTConnection a_connection, Persistable a_obj, String a_otherSideRole, Class a_linkClass, boolean a_onlyOtherSide, AccessControllerProcessor a_accessControllerProcessor)
          Expand the association from the object using the specified role and link class.
 QueryResult PDSIfc.expand(WTConnection a_connection, Persistable a_obj, String a_otherSideRole, QuerySpec a_querySpec, boolean a_onlyOtherSide, AccessControllerProcessor a_accessControllerProcessor)
          Expand the association from the object using the specified role and QuerySpec.
 void PDSIfc.query(WTConnection a_connection, StatementSpec a_statementSpec, AccessControllerProcessor a_accessControllerProcessor, ResultProcessor a_resultProcessor)
          Query for objects in the datastore.
 Persistable PDSIfc.refresh(WTConnection a_connection, Persistable a_obj, boolean a_inPlace, AccessControllerProcessor a_accessControllerProcessor)
          Refresh the object from the datastore.
 Persistable PDSIfc.lock(WTConnection a_connection, Persistable a_obj, boolean a_wait)
          Perform a datastore lock on an Object.
 String PDSIfc.getNextSequence(WTConnection a_connection, String a_sequenceName)
          Return the next value from the datastore sequence.
 void PDSIfc.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, long a_length, boolean a_updateChangeStamp)
          Set the data in the InputStream to the specified LOB.
 long PDSIfc.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, boolean a_updateChangeStamp)
          Set the data in the InputStream to the specified LOB.
 void PDSIfc.setObjectAsLob(WTConnection a_connection, LobLocator a_lobLocator, Object a_object)
          Set the object as LOB.
 InputStream PDSIfc.getLob(WTConnection a_connection, LobLocator a_lobLocator)
          Gets the data from the specified LOB as an InputStream.
 byte[] PDSIfc.getLobAsByteArray(WTConnection a_connection, Object a_blob)
          Gets the Lob as a byte array.
 Object PDSIfc.getLobAsObject(WTConnection a_connection, Object a_blob)
          Gets the Lob as an object.
 int PDSIfc.insertPageResults(WTConnection a_connection, int a_offset, int a_toIndex, long a_sessionId, List a_oidList, int a_groupFromIndex)
          Inserts results into the paging table of the datastore.
 Object PDSIfc.executeCall(WTConnection a_connection, String a_procedureName, StatementParameter[] a_argumentValues, StatementParameter a_outputType)
          This method executes a call to a database stored procedure.
 void PDSIfc.initializeConnection(WTConnection a_connection)
          This method is used to initialize the specfied WTConnection prior to making it available to use.
 void PDSIfc.lock(WTConnection a_connection, Object a_class, boolean a_wait)
          Perform a datastore lock on an Class table.
 Persistable PDSIfc.refresh(WTConnection a_connection, Persistable a_obj, boolean a_inPlace, AccessControllerProcessor a_accessControllerProcessor, boolean a_lock)
          Refresh the object from the datastore.
 int PDSIfc.execute(WTConnection a_connection, AbstractBatchSpec a_batchSpec)
          Executes the multi-row statement specification in the datastore.
 void PDSIfc.closeConnection(WTConnection a_connection)
          This method is used to clean up the specfied WTConnection prior to freeing the underlying JDBC connection.
 Persistable OraclePds.lock(WTConnection a_connection, Persistable a_obj, boolean a_wait)
          Perform a SQL database lock on an Object.
 String OraclePds.getNextSequence(WTConnection a_connection, String a_sequenceName)
          Return the next value from the SQL database sequence.
 void OraclePds.lock(WTConnection a_connection, Object a_class, boolean a_wait)
          Perform a datastore lock on an Class table.
 String[] ObjectReferenceStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of JDBC statements to execute.
 void ObjectReferenceCursor.setConnection(WTConnection a_Connection)
          Sets the value of the attribute: connection.
 void LobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, long a_length)
          Set the data in the InputStream to the specified LOB.
 long LobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream)
          Set the data in the InputStream to the specified LOB.
 void LobHandler.setObjectAsLob(WTConnection a_connection, LobLocator a_lobLocator, Object a_object)
          Set the object as LOB.
 InputStream LobHandler.getLob(WTConnection a_connection, Object a_blob)
          Gets the data from the specified LOB as an InputStream.
 byte[] LobHandler.getLobAsByteArray(WTConnection a_connection, Object a_blob)
          Gets the Lob as a byte array.
 Object LobHandler.getLobAsObject(WTConnection a_connection, Object a_blob)
          Gets the Lob as an object.
 void EncodedStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 void EncodedStatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
 String DMLGenerator.buildSubSelectStatement(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
 String[] DMLGenerator.buildStatements(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
 String DMLGenerator.buildInsertStatement(StatementSpec a_statementSpec, String tableName, WTConnection a_connection)
          

Supported API: false
 String[] DistinctNavigateThresholdStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of SQL statements to execute.
 int DistinctNavigateThresholdStatementBuilder.execute(Vector[] a_fromArray, WTConnection a_connection, AttributeMapInfo a_attributeMapInfo)
          This method executes a query to filter the Statement list.
 String[] DepthThresholdStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of SQL statements to execute.
 int DepthThresholdStatementBuilder.execute(Vector[] a_fromArray, WTConnection a_connection, AttributeMapInfo a_attributeMapInfo)
          This method executes a query to filter the Statement list.
protected  void DBMSLobHandler.setLobLength(WTConnection a_connection, Object a_blob, long a_length)
          Set the length of the specified LOB.
protected  long DBMSLobHandler.getLobLength(WTConnection a_connection, Object a_blob)
          Returns the length of the specified LOB.
protected  void DBMSLobHandler.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
protected  long DBMSLobHandler.read(WTConnection a_connection, Object a_blob, long a_blobOffset, byte[] a_buffer, int a_bufferOffset, int a_length)
          Reads the data fromt the specified LOB.
 InputStream DBMSLobHandler.getLob(WTConnection a_connection, Object a_blob)
          Gets the data from the specified LOB as an InputStream.
 String[] CompositeStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of SQL statements to execute.
protected abstract  void ChunkLobHandler.setLobLength(WTConnection a_connection, Object a_blob, long a_length)
          Set the length of the specified LOB.
protected abstract  long ChunkLobHandler.getLobLength(WTConnection a_connection, Object a_blob)
          Returns the length of the specified LOB.
protected abstract  void ChunkLobHandler.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
 void ChunkLobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, long a_length)
          Set the data in the InputStream to the specified LOB.
 long ChunkLobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream)
          Set the data in the InputStream to the specified LOB.
 void ChunkLobHandler.setObjectAsLob(WTConnection a_connection, LobLocator a_lobLocator, Object a_object)
          Set the object as LOB.
static int BindParameterUtil.bindStatementParameters(WTConnection a_connection, PreparedStatement a_statement, int a_sqlIndex, Object a_bindParameter, int a_bindIndex)
          This method bind parameters to the specified statement starting with the specified bind index.
 void BasicTypedStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 void BasicStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 void BasicStatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
 PreparedStatement BasicStatementBuilder.getStatement(WTConnection a_connection, int a_sqlIndex)
          Returns an array of JDBC statements to execute.
 String[] BasicStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent)
          Returns an array of SQL statements to execute.
 void BasicResultCursor.setConnection(WTConnection a_Connection)
          Sets the value of the attribute: connection.
 void BasicLobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, long a_length)
          Set the data in the InputStream to the specified LOB.
 long BasicLobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream)
          Set the data in the InputStream to the specified LOB.
 void BasicLobHandler.setObjectAsLob(WTConnection a_connection, LobLocator a_lobLocator, Object a_object)
          Set the object as LOB.
 String[] BasicCompoundStatementBuilder.buildSQL(ResultBuilder a_resultBuilder, WTConnection a_connection, boolean a_isComponent, boolean a_isComponentChunkSupported)
          Returns an array of SQL statements to execute.
abstract  void AbstractStructStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 void AbstractStructStatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
protected  Object AbstractLobHandler.findLocator(WTConnection a_connection, LobLocator a_lobLocator)
          This method retrieves the Blob object from the database for the specified LobLocator.
 Object AbstractLobHandler.getLobAsObject(WTConnection a_connection, Object a_blob)
          Gets the Lob as an object.
 byte[] AbstractLobHandler.getLobAsByteArray(WTConnection a_connection, Object a_blob)
          Gets the Lob as a byte array.
abstract  void AbstractLobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream, long a_length)
          Set the data in the InputStream to the specified LOB.
abstract  long AbstractLobHandler.setLob(WTConnection a_connection, LobLocator a_lobLocator, InputStream a_inputStream)
          Set the data in the InputStream to the specified LOB.
abstract  void AbstractLobHandler.setObjectAsLob(WTConnection a_connection, LobLocator a_lobLocator, Object a_object)
          Set the object as LOB.
 InputStream AbstractLobHandler.getLob(WTConnection a_connection, Object a_blob)
          Gets the data from the specified LOB as an InputStream.
abstract  void AbstractArrayStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 void AbstractArrayStatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
 

Constructors in wt.pds with parameters of type WTConnection
LobOutputStream(ChunkLobHandler a_lobHandler, WTConnection a_connection, Object a_blob, int a_bufSize)
           
 

Uses of WTConnection in wt.pds.oracle81
 

Methods in wt.pds.oracle81 with parameters of type WTConnection
 void StructStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
protected  void StandardLobHandler81.setLobLength(WTConnection a_connection, Object a_blob, long a_length)
          Set the length of the specified LOB.
protected  long StandardLobHandler81.getLobLength(WTConnection a_connection, Object a_blob)
          Returns the length of the specified LOB.
protected  void StandardLobHandler81.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
 void OracleStatementParameterFactory.initializeTypes(WTConnection a_connection)
          This method performs Type initialization for the specified connection.
protected  void OracleStatementParameterFactory.initializeStruct(WTConnection a_connection, ClassInfo a_datastoreType)
          This method performs initialization for the specified connection and Struct.
protected  void OracleStatementParameterFactory.initializeArray(WTConnection a_connection, ClassInfo a_datastoreType)
          This method performs initialization for the specified connection and Array.
static void OracleStatementParameterFactory.clearCache(WTConnection a_connection)
           
static oracle.sql.ArrayDescriptor OracleStatementParameterFactory.getArrayType(String a_typeName, WTConnection a_connection)
           
static oracle.sql.StructDescriptor OracleStatementParameterFactory.getStructType(String a_typeName, WTConnection a_connection)
           
 void OraclePds81.closeConnection(WTConnection a_connection)
          This method is used to clean up the specfied WTConnection prior to freeing the underlying JDBC connection.
 String[] OracleDMLGenerator.buildStatements(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
static String[] OracleDMLGenerator.buildStatements(StatementSpec a_statementSpec, WTConnection a_connection, boolean a_dummyParameter)
          

Supported API: false
protected static String[] OracleDMLGenerator._buildStatements(StatementSpec a_statementSpec, WTConnection a_connection, boolean a_dummyParameter)
          

Supported API: false
static Object OracleDMLGenerator.buildBindParameters(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
protected static Object OracleDMLGenerator._buildBindParameters(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
protected  void DBMSLobHandler81.write(WTConnection a_connection, Object a_blob, long a_blobOffset, InputStream a_inputStream, long a_length)
          Writes the data to the specified LOB.
 void ArrayStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 

Uses of WTConnection in wt.pds.sqlServer
 

Methods in wt.pds.sqlServer with parameters of type WTConnection
 void SQLServerStructStatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
 void SQLServerStructStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
protected  void SQLServerStatementParameterFactory.initializeStruct(WTConnection a_connection, ClassInfo a_datastoreType)
          This method performs initialization for the specified connection and Struct.
protected  void SQLServerStatementParameterFactory.initializeArray(WTConnection a_connection, ClassInfo a_datastoreType)
          This method performs initialization for the specified connection and Array.
private static void SQLServerStatementParameterFactory.initializeType(WTConnection a_connection, ClassInfo a_datastoreType)
           
 Persistable SQLServerPds.lock(WTConnection a_connection, Persistable a_obj, boolean a_wait)
          Perform a datastore lock on an Object.
 String SQLServerPds.getNextSequence(WTConnection a_connection, String a_sequenceName)
          Return the next value from the datastore sequence.
 void SQLServerPds.lock(WTConnection a_connection, Object a_class, boolean a_wait)
          Perform a datastore lock on an Class table.
 String[] SQLServerDMLGenerator.buildStatements(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
 String[] SQLServerDMLGenerator.buildStatements(StatementSpec a_statementSpec, WTConnection a_connection, boolean a_dummyParameter)
          

Supported API: false
static Object SQLServerDMLGenerator.buildBindParameters(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
protected static Object SQLServerDMLGenerator._buildBindParameters(StatementSpec a_statementSpec, WTConnection a_connection)
          

Supported API: false
 void SQLServerArrayStatementParameter.getArgumentValue(WTConnection a_connection, CallableStatement a_statement, int a_index)
          This method gets the value from the statement.
 void SQLServerArrayStatementParameter.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.
 

Uses of WTConnection in wt.pom
 

Fields in wt.pom declared as WTConnection
private  WTConnection[] POMHandler.availableConnections
           
 

Methods in wt.pom that return WTConnection
 WTConnection PersistentObjectManager.connect()
          Connection to a datastore.
(package private) static WTConnection PersistentObjectManager.getUserConnection()
           
 

Methods in wt.pom with parameters of type WTConnection
 void SnapshotInsertProcess.insertTo(int count, WTConnection connection)
          

Supported API: false
 void SnapshotInsertProcess.insert(int offset, WTConnection connection)
          

Supported API: false
private  int SnapshotInsertProcess.insertPageResult(int offset, int range, WTConnection connection)
           
 void PersistentObjectManager.disconnect(WTConnection aConnection)
          Disconnect from a datastore.
private static void PersistentObjectManager.freeUserConnection(WTConnection conn)
           
protected static TransactionManager PersistentObjectManager.getTransactionManager(WTConnection conn)
           
 boolean PersistentObjectManager.isTransactionActive(WTConnection conn)
          isTransactionActive
private  void PersistentObjectManager.validateRemove(WTConnection aConnection)
           
private  void PersistentObjectManager.validateInsert(WTConnection aConnection)
           
private  void PersistentObjectManager.validateUpdate(WTConnection aConnection)
           
private  void PersistentObjectManager.validateLock(WTConnection aConnection)
           
private  void PersistentObjectManager.verifyTransaction(WTConnection aConnection)
           
private  void PersistentObjectManager.queryWithEnable(StatementSpec a_snapshotSpec, boolean a_advancedQueryEnabled, WTConnection a_connection, AccessControllerProcessor a_accessControllerProcessor, ResultProcessor a_resultProcessor)
           
private  int PersistentObjectManager.waitForBackground(int a_fetchAttemp, WTConnection a_connection)
           
protected  long OIDPool.newId(WTConnection aConnection)
           
protected  long[] OIDPool.newId(WTConnection aConnection, int howMany)
           
private  void OIDPool.fillIdPool(WTConnection aConnection)
           
 

Uses of WTConnection in wt.queue
 

Fields in wt.queue declared as WTConnection
private static WTConnection QueueEntryMigrator.wtconnection
           
private static WTConnection QueueEntryMigrator.wtconnection
           
 

Uses of WTConnection in wt.team
 

Fields in wt.team declared as WTConnection
private static WTConnection MigrateProjectToTeamObject.wtconnection
           
private static WTConnection MigrateProjectToTeamObject.wtconnection
           
 

Methods in wt.team with parameters of type WTConnection
protected  void MigrateProjectToTeamObject.setWtconnection(WTConnection a_wtconnection)
           
protected  void MigrateProjectToTeamObject.setWtconnection(WTConnection a_wtconnection)
           
 

Uses of WTConnection in wt.vc.baseline
 

Methods in wt.vc.baseline with parameters of type WTConnection
 void BaselineMemberTupleArrayStatement.setArgumentValue(WTConnection a_connection, PreparedStatement a_statement, int a_index)
          This method sets the value into the statement as an argument.