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.SQLExceptionvoid checkinStatement(java.lang.Object pstmt)
throws java.sql.SQLException
java.sql.SQLExceptionvoid checkinAll(java.sql.Connection pcon)
throws java.sql.SQLException
java.sql.SQLExceptionvoid closeAll(java.sql.Connection pcon)
throws java.sql.SQLException
java.sql.SQLExceptionvoid close()
throws java.sql.SQLException
close in interface com.mchange.v1.util.ClosableResourcejava.sql.SQLException