public interface ConnectionBundle extends ClosableResource
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
PreparedStatement |
getStatement(String stmt_name) |
void |
putStatement(String stmt_name,
PreparedStatement stmt) |
closeConnection getConnection()
PreparedStatement getStatement(String stmt_name)
void putStatement(String stmt_name, PreparedStatement stmt)