Uses of Class
org.apache.commons.dbcp2.DelegatingStatement
-
Packages that use DelegatingStatement Package Description org.apache.commons.dbcp2 Database Connection Pool API. -
-
Uses of DelegatingStatement in org.apache.commons.dbcp2
Subclasses of DelegatingStatement in org.apache.commons.dbcp2 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<K>
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.
-