Uses of Package
org.apache.commons.dbcp2
Package
Description
Database Connection Pool API.
This package contains one public class which is a
ConnectionPoolDataSource
(CPDS) implementation that can be used to
adapt older Driver
based JDBC implementations.
This package provides support for pooling of ManagedConnections.
-
ClassDescriptionTracks connection usage for recovering and reporting abandoned connections.Basic implementation of
javax.sql.DataSource
that is configured via JavaBeans properties.Interface to keep API compatibility.Abstract factory interface for creatingConnection
s.Defines the methods that will be made available via JMX.A base delegating implementation ofCallableStatement
.A base delegating implementation ofConnection
.A base delegating implementation ofPreparedStatement
.A base delegating implementation ofStatement
.A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.APooledObjectFactory
that createsPoolableConnection
s.Defines the attributes and methods that will be exposed via JMX forPoolableConnection
instances.ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.Statement types.A key uniquely identifyingPreparedStatement
s. -
-
ClassDescriptionTracks connection usage for recovering and reporting abandoned connections.Basic implementation of
javax.sql.DataSource
that is configured via JavaBeans properties.Interface to keep API compatibility.Abstract factory interface for creatingConnection
s.Defines the methods that will be made available via JMX.A base delegating implementation ofConnection
.A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.APooledObjectFactory
that createsPoolableConnection
s.Defines the attributes and methods that will be exposed via JMX forPoolableConnection
instances.