Uses of Class
org.apache.commons.dbcp.PoolablePreparedStatement
-
Packages that use PoolablePreparedStatement Package Description 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 PoolablePreparedStatement in org.apache.commons.dbcp.cpdsadapter
Subclasses of PoolablePreparedStatement 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.
-