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) |
close
Connection getConnection()
PreparedStatement getStatement(String stmt_name)
void putStatement(String stmt_name, PreparedStatement stmt)