Package com.mchange.v1.db.sql
Interface ConnectionBundle
-
- All Superinterfaces:
ClosableResource
- All Known Implementing Classes:
ConnectionBundleImpl
public interface ConnectionBundle extends ClosableResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.ConnectiongetConnection()java.sql.PreparedStatementgetStatement(java.lang.String stmt_name)voidputStatement(java.lang.String stmt_name, java.sql.PreparedStatement stmt)-
Methods inherited from interface com.mchange.v1.util.ClosableResource
close
-
-