Package com.mchange.v1.db.sql
Interface ConnectionBundle
- All Superinterfaces:
ClosableResource
- All Known Implementing Classes:
ConnectionBundleImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetStatement
(String stmt_name) void
putStatement
(String stmt_name, PreparedStatement stmt) Methods inherited from interface com.mchange.v1.util.ClosableResource
close
-
Method Details
-
getConnection
Connection getConnection() -
getStatement
-
putStatement
-