Uses of Class
org.apache.commons.dbcp.DelegatingCallableStatement
-
Packages that use DelegatingCallableStatement Package Description org.apache.commons.dbcp Database Connection Pool API. -
-
Uses of DelegatingCallableStatement in org.apache.commons.dbcp
Subclasses of DelegatingCallableStatement in org.apache.commons.dbcp Modifier and Type Class Description class
PoolableCallableStatement
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.
-