| Class Summary | |
|---|---|
| AbandonedConfig | Configuration settings for handling abandoned db connections. |
| AbandonedObjectPool |
An implementation of a Jakarta-Commons ObjectPool which tracks JDBC connections and can recover abandoned db connections. |
| AbandonedTrace | Tracks db connection usage for recovering and reporting abandoned db connections. |
| BasicDataSource |
Basic implementation of |
| BasicDataSourceFactory |
JNDI object factory that creates an instance of
|
| ConnectionFactory | Abstract factory interface for creating {@link java.sql.Connection}s. |
| ConstructorUtil | Miscellaneous {@link Constructor} related utility functions. |
| DataSourceConnectionFactory | A {@link DataSource}-based implementation of {@link ConnectionFactory}. |
| DbcpException |
Subclass of |
| DelegatingCallableStatement | A base delegating implementation of {@link CallableStatement}. |
| DelegatingConnection | A base delegating implementation of {@link Connection}. |
| DelegatingPreparedStatement | A base delegating implementation of {@link PreparedStatement}. |
| DelegatingResultSet | A base delegating implementation of {@link ResultSet}. |
| DelegatingStatement | A base delegating implementation of {@link Statement}. |
| DriverAdapterCPDS |
An adapter for jdbc drivers that do not include an implementation of {@link javax.sql.ConnectionPoolDataSource}, but still include a {@link java.sql.DriverManager} implementation. |
| DriverConnectionFactory | A {@link Driver}-based implementation of {@link ConnectionFactory}. |
| DriverManagerConnectionFactory | A {@link DriverManager}-based implementation of {@link ConnectionFactory}. |
| InstanceKeyDataSource |
The base class for |
| JOCLContentHandler | A {@link org.xml.sax.ContentHandler} for the Java Object Configuration Language. |
| PerUserPoolDataSource |
A pooling |
| PerUserPoolDataSourceFactory |
A JNDI ObjectFactory which creates SharedPoolDataSources
|
| PoolableConnection | A delegating connection that, rather than closing the underlying connection, returns itself to an {@link ObjectPool} when closed. |
| PoolableConnectionFactory | A {@link PoolableObjectFactory} that creates {@link PoolableConnection}s. |
| PoolablePreparedStatement | A {@link DelegatingPreparedStatement} that cooperates with {@link PoolingConnection} to implement a pool of {@link PreparedStatement}s. |
| PoolingConnection | A {@link DelegatingConnection} that pools {@link PreparedStatement}s. |
| PoolingDataSource | A simple {@link DataSource} implementation that obtains {@link Connection}s from the specified {@link ObjectPool}. |
| PoolingDriver | A {@link Driver} implementation that obtains {@link Connection}s from a registered {@link ObjectPool}. |
| SharedPoolDataSource |
A pooling DataSource appropriate for deployment within
J2EE environment. |
| SharedPoolDataSourceFactory |
A JNDI ObjectFactory which creates SharedPoolDataSources |
| SQLNestedException | A SQLException subclass containing another Throwable |