Package org.smallmind.persistence.sql
Class PooledPreparedStatement
java.lang.Object
org.smallmind.persistence.sql.PooledPreparedStatement
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionPooledPreparedStatement(AbstractPooledConnection<?> pooledConnection, PreparedStatement actualStatement) -
Method Summary
-
Constructor Details
-
PooledPreparedStatement
public PooledPreparedStatement(AbstractPooledConnection<?> pooledConnection, PreparedStatement actualStatement)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
getStatementId
-
getPreparedStatement
-
getLogWriter
- Throws:
SQLException
-
close
- Throws:
SQLException
-