Package com.mchange.v2.c3p0.stmt
Interface StatementCache
- All Superinterfaces:
com.mchange.v1.util.ClosableResource
public interface StatementCache
extends com.mchange.v1.util.ClosableResource
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkinAll
(Connection pcon) void
checkinStatement
(Object pstmt) checkoutStatement
(Connection physicalConnection, Method stmtProducingMethod, Object[] args) void
close()
void
closeAll
(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:
close
in interfacecom.mchange.v1.util.ClosableResource
- Throws:
SQLException
-