Package | Description |
---|---|
org.apache.commons.dbcp |
Database Connection Pool API.
|
org.apache.commons.dbcp.cpdsadapter |
This package contains one public class which is a
ConnectionPoolDataSource (CPDS) implementation that can be used to
adapt older Driver based jdbc implementations. |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCallableStatement
A base delegating implementation of
CallableStatement . |
class |
PoolableCallableStatement
A
DelegatingCallableStatement that cooperates with
PoolingConnection to implement a pool of CallableStatement s. |
class |
PoolablePreparedStatement
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PoolablePreparedStatementStub
A
PoolablePreparedStatement stub since activate and passivate
are declared protected and we need to be able to call them within this
package. |