Uses of Class
org.apache.commons.dbcp2.PoolablePreparedStatement
Packages that use PoolablePreparedStatement
-
Uses of PoolablePreparedStatement in org.apache.commons.dbcp2
Fields in org.apache.commons.dbcp2 with type parameters of type PoolablePreparedStatementModifier and TypeFieldDescriptionprivate final org.apache.commons.pool2.KeyedObjectPool<K, PoolablePreparedStatement<K>> PoolablePreparedStatement.poolTheKeyedObjectPoolfrom which I was obtained.Constructor parameters in org.apache.commons.dbcp2 with type arguments of type PoolablePreparedStatementModifierConstructorDescriptionPoolablePreparedStatement(PreparedStatement stmt, K key, org.apache.commons.pool2.KeyedObjectPool<K, PoolablePreparedStatement<K>> pool, DelegatingConnection<?> conn) Constructs a new instance.