Class PoolablePreparedStatement<K>

java.lang.Object
Type Parameters:
K - the key type
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, 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
See Also: