Package com.mchange.v1.db.sql
Class ConnectionBundleImpl
java.lang.Object
com.mchange.v1.db.sql.ConnectionBundleImpl
- All Implemented Interfaces:
ConnectionBundle,ClosableResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()forces the release of any resources that might be associated with this object.voidfinalize()getStatement(String stmt_name) voidputStatement(String stmt_name, PreparedStatement stmt)
-
Constructor Details
-
ConnectionBundleImpl
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfaceConnectionBundle
-
getStatement
- Specified by:
getStatementin interfaceConnectionBundle
-
putStatement
- Specified by:
putStatementin interfaceConnectionBundle
-
close
Description copied from interface:ClosableResourceforces the release of any resources that might be associated with this object.- Specified by:
closein interfaceClosableResource- Throws:
SQLException
-
finalize
-