public interface ConnectionBundle extends ClosableResource
Modifier and Type | Method and 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) |
close