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. |