IBM Branch Transformation Toolkit Javadoc

Package com.ibm.btt.services.jdbcservicesinfra

Interface Summary
DatabaseConnect The DatabaseConnect interface provides the public abstract methods that are used to get a database connection and release the database connection by all database services.
JDBCServicesConnectionManagementInterface The JDBCServicesConnectionManagementInterface interface provides the public abstract methods that must implement those classes that can be used as database connection providers.
 

Class Summary
DatabaseResultSetMetaData The DatabaseResultSetMetaData class maintains the information concerning the columns for a specific database table.
JDBCService The JDBCService provides the implementation of the DatabaseConnect interface.
JDBCServiceImpl The JDBCService provides the implementation of the DatabaseConnect interface.
JDBCServicesAdministrator The JDBCServicesAdministrator class
JDBCServicesConnectionManager Manages the connections to databases used by the JDBC services.
JDBCServicesConnMgrWS40 Implementation of the JDBCServicesConnectionManagementInterface interface to use the pool of connections provided by WebSphere 4.0.
JDBCServicesConnMgrWS40z Implementation of the JDBCServicesConnectionManagementInterface interface to use the pool of connections provided by WebSphere 4.0 in an OS/390 environment.
JDBCServicesConnMgrWS50 Implementation of the JDBCServicesConnectionManagementInterface interface to use the pool of connections provided by WebSphere 5.0.
OrphanTimeoutHandling OrphanTimeoutHandling is necessary to monitor each connection about the idle time, if there is no any operation in regular time, the connection will be disconnect.
SharedConnection The SharedConnection class keeps information about a database connection being shared by different JDBC services instances.
StoredProcMetaData The StoredProcMetadata class maintains the information concerning the columns for a specific stored procedure.
StoredProcParameter The StoreProcParameter class encapsulates the information concerning an specific parameter of a Stored Procedure.
 

Exception Summary
DSESQLException The DSESQLException class identifies the exception that is thrown when an SQLException is returned by the code that provides the JDBC interface with the ability to access a database.
 


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005