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