See: Description
Interface | Description |
---|---|
ConnectionFactory |
Abstract factory interface for creating
Connection s. |
Class | Description |
---|---|
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
javax.sql.DataSource that is
configured via JavaBeans properties. |
BasicDataSourceFactory |
JNDI object factory that creates an instance of
BasicDataSource that has been configured based on the
RefAddr values of the specified Reference ,
which must match the names and data types of the
BasicDataSource bean properties. |
DataSourceConnectionFactory |
A
DataSource -based implementation of ConnectionFactory . |
DelegatingCallableStatement |
A base delegating implementation of
CallableStatement . |
DelegatingConnection |
A base delegating implementation of
Connection . |
DelegatingDatabaseMetaData |
A base delegating implementation of
DatabaseMetaData . |
DelegatingPreparedStatement |
A base delegating implementation of
PreparedStatement . |
DelegatingResultSet |
A base delegating implementation of
ResultSet . |
DelegatingStatement |
A base delegating implementation of
Statement . |
DriverConnectionFactory |
A
Driver -based implementation of ConnectionFactory . |
DriverManagerConnectionFactory |
A
DriverManager -based implementation of ConnectionFactory . |
PoolableCallableStatement |
A
DelegatingCallableStatement that cooperates with
PoolingConnection to implement a pool of CallableStatement s. |
PoolableConnection |
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
PoolableConnectionFactory |
A
PoolableObjectFactory that creates
PoolableConnection s. |
PoolablePreparedStatement |
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
PoolingConnection |
A
DelegatingConnection that pools PreparedStatement s. |
PoolingDataSource | |
PoolingDriver |
Exception | Description |
---|---|
DbcpException | Deprecated
This will be removed in a future version of DBCP.
|
SQLNestedException |
A SQLException subclass containing another Throwable
|
Copyright © 2017. All rights reserved.