Class PoolablePreparedStatement

All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper

public class PoolablePreparedStatement extends DelegatingPreparedStatement implements PreparedStatement
A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.

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

Version:
$Revision: 745860 $ $Date: 2009-02-19 08:45:07 -0500 (Thu, 19 Feb 2009) $
Author:
Rodney Waldhoff, Glenn L. Nielsen, James House, Dirk Verbeeck
See Also: