Uses of Class
org.apache.commons.dbcp.DelegatingStatement
-
Packages that use DelegatingStatement Package Description org.apache.commons.dbcp Database Connection Pool API. -
-
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.
-