Uses of Class
org.apache.commons.dbcp.DelegatingStatement
-
Packages that use DelegatingStatement Package Description org.apache.commons.dbcp Database Connection Pool API.org.apache.commons.dbcp.cpdsadapter This package contains one public class which is aConnectionPoolDataSource
(CPDS) implementation that can be used to adapt olderDriver
based jdbc implementations. -
-
Uses of DelegatingStatement in org.apache.commons.dbcp
Subclasses of DelegatingStatement in org.apache.commons.dbcp Modifier and Type Class Description class
DelegatingCallableStatement
A base delegating implementation ofCallableStatement
.class
DelegatingPreparedStatement
A base delegating implementation ofPreparedStatement
.class
PoolableCallableStatement
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.class
PoolablePreparedStatement
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s. -
Uses of DelegatingStatement in org.apache.commons.dbcp.cpdsadapter
Subclasses of DelegatingStatement in org.apache.commons.dbcp.cpdsadapter Modifier and Type Class Description (package private) class
PoolablePreparedStatementStub
APoolablePreparedStatement
stub since activate and passivate are declared protected and we need to be able to call them within this package.
-