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.Connection
getConnection()
java.sql.PreparedStatement
getStatement(java.lang.String stmt_name)
void
putStatement(java.lang.String stmt_name, java.sql.PreparedStatement stmt)
-
Methods inherited from interface com.mchange.v1.util.ClosableResource
close
-
-