public interface StatementCache
extends com.mchange.v1.util.ClosableResource
Modifier and Type | Method and Description |
---|---|
void |
checkinAll(java.sql.Connection pcon) |
void |
checkinStatement(java.lang.Object pstmt) |
java.lang.Object |
checkoutStatement(java.sql.Connection physicalConnection,
java.lang.reflect.Method stmtProducingMethod,
java.lang.Object[] args) |
void |
close() |
void |
closeAll(java.sql.Connection pcon) |
java.lang.Object checkoutStatement(java.sql.Connection physicalConnection, java.lang.reflect.Method stmtProducingMethod, java.lang.Object[] args) throws java.sql.SQLException
java.sql.SQLException
void checkinStatement(java.lang.Object pstmt) throws java.sql.SQLException
java.sql.SQLException
void checkinAll(java.sql.Connection pcon) throws java.sql.SQLException
java.sql.SQLException
void closeAll(java.sql.Connection pcon) throws java.sql.SQLException
java.sql.SQLException
void close() throws java.sql.SQLException
close
in interface com.mchange.v1.util.ClosableResource
java.sql.SQLException