Class PoolablePreparedStatement<K>

Type Parameters:
K - the key type
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, TrackedUse

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: