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