examples/tomcat6/apache-tomcat-6.0.35-src/libs/commons-dbcp-1.3-src/src/java/org/apache/commons/dbcp/PoolablePreparedStatement.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    34  * @see PoolingConnection
    34  * @see PoolingConnection
    35  * @author Rodney Waldhoff
    35  * @author Rodney Waldhoff
    36  * @author Glenn L. Nielsen
    36  * @author Glenn L. Nielsen
    37  * @author James House
    37  * @author James House
    38  * @author Dirk Verbeeck
    38  * @author Dirk Verbeeck
    39  * @version $Revision: 1.4 $ $Date: 2015-01-28 02:11:05 $
    39  * @version $Revision: 1.5 $ $Date: 2015-03-20 12:08:09 $
    40  */
    40  */
    41 public class PoolablePreparedStatement extends DelegatingPreparedStatement implements PreparedStatement {
    41 public class PoolablePreparedStatement extends DelegatingPreparedStatement implements PreparedStatement {
    42     /**
    42     /**
    43      * The {@link KeyedObjectPool} from which I was obtained.
    43      * The {@link KeyedObjectPool} from which I was obtained.
    44      */
    44      */