Uses of Class
org.apache.commons.dbcp.DelegatingPreparedStatement
-
Packages that use DelegatingPreparedStatement 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 DelegatingPreparedStatement in org.apache.commons.dbcp
Subclasses of DelegatingPreparedStatement in org.apache.commons.dbcp Modifier and Type Class Description class
DelegatingCallableStatement
A base delegating implementation ofCallableStatement
.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 DelegatingPreparedStatement in org.apache.commons.dbcp.cpdsadapter
Subclasses of DelegatingPreparedStatement 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.
-