Class PoolableCallableStatement

All Implemented Interfaces:
AutoCloseable, CallableStatement, PreparedStatement, Statement, Wrapper, org.apache.commons.pool2.TrackedUse

public class PoolableCallableStatement extends DelegatingCallableStatement
A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.

The close() method returns this statement to its containing pool. (See PoolingConnection.)

Since:
2.0
Version:
$Id: PoolableCallableStatement.java 1658644 2015-02-10 08:59:07Z tn $
See Also: