Class PoolablePreparedStatement<K>

Type Parameters:
K - the key type
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, org.apache.commons.pool2.TrackedUse

public class PoolablePreparedStatement<K> extends DelegatingPreparedStatement
A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.

My close() method returns me to my containing pool. (See PoolingConnection.)

Since:
2.0
Version:
$Id: PoolablePreparedStatement.java 1649430 2015-01-04 21:29:32Z tn $
Author:
Rodney Waldhoff, Glenn L. Nielsen, James House, Dirk Verbeeck
See Also: