Uses of Class
org.apache.commons.dbcp2.cpdsadapter.PooledConnectionImpl
Packages that use PooledConnectionImpl
Package
Description
This package contains one public class which is a
ConnectionPoolDataSource (CPDS) implementation that can be used to
adapt older Driver based JDBC implementations.-
Uses of PooledConnectionImpl in org.apache.commons.dbcp2.cpdsadapter
Fields in org.apache.commons.dbcp2.cpdsadapter declared as PooledConnectionImplModifier and TypeFieldDescriptionprivate final PooledConnectionImplConnectionImpl.pooledConnectionThe object that instantiated this objectMethods in org.apache.commons.dbcp2.cpdsadapter that return PooledConnectionImplModifier and TypeMethodDescription(package private) PooledConnectionImplConnectionImpl.getPooledConnectionImpl()Package-private for tests.private PooledConnectionImplDriverAdapterCPDS.getPooledConnectionImpl(String pooledUserName, String pooledUserPassword) Constructors in org.apache.commons.dbcp2.cpdsadapter with parameters of type PooledConnectionImplModifierConstructorDescription(package private)ConnectionImpl(PooledConnectionImpl pooledConnection, Connection connection, boolean accessToUnderlyingConnectionAllowed) Creates aConnectionImpl.