A {@link DelegatingPreparedStatement} that cooperates with{@link PoolingConnection} to implement a pool of {@link PreparedStatement}s.
My {@link #close} method returns me to my containing pool. (See {@link PoolingConnection}.)
@param < K> the key type
@see PoolingConnection
@author Rodney Waldhoff
@author Glenn L. Nielsen
@author James House
@author Dirk Verbeeck
@since 2.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.