public interface StatementManager
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Closes the StatementHolder object and the underlying database connection.
|
JdbcConfiguration |
getConfiguration()
Returns the current JdbcConfiguration.
|
StatementHolder |
getHolder()
Gets a pre-initialized StatementHolder object.
|
StatementHolder |
getHolder(boolean autoCommit)
Gets a pre-initalized StatementHolder object.
|
void |
initialise()
Initalizes a database connection and statement object which can be re-used
for multiple operations.
|
void initialise()
StatementHolder getHolder()
StatementHolder getHolder(boolean autoCommit)
autoCommit - turn auto-commit on or off for the underlying Connection.void destroy()
JdbcConfiguration getConfiguration()
Copyright © 2016 UiO. All rights reserved.