Interface StatementCache
- All Superinterfaces:
com.mchange.v1.util.ClosableResource
public interface StatementCache
extends com.mchange.v1.util.ClosableResource
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckinAll(Connection pcon) voidcheckinStatement(Object pstmt) checkoutStatement(Connection physicalConnection, Method stmtProducingMethod, Object[] args) voidclose()voidcloseAll(Connection pcon)
-
Method Details
-
checkoutStatement
Object checkoutStatement(Connection physicalConnection, Method stmtProducingMethod, Object[] args) throws SQLException - Throws:
SQLException
-
checkinStatement
- Throws:
SQLException
-
checkinAll
- Throws:
SQLException
-
closeAll
- Throws:
SQLException
-
close
- Specified by:
closein interfacecom.mchange.v1.util.ClosableResource- Throws:
SQLException
-