| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreparedStatementWrapper
A wrapper for prepared statements.
Will catch and report SQLExceptions and keep track of being used only once after Db.getPreparedStatement(org.tentackle.persist.StatementKey, boolean, int, int, java.util.function.Supplier<java.lang.String>). |
| Modifier and Type | Method and Description |
|---|---|
StatementWrapper |
Db.createStatement()
Creates a non-prepared statement.
|
StatementWrapper |
Db.createStatement(int resultSetType)
Creates a non-prepared statement.
|
StatementWrapper |
Db.createStatement(int resultSetType,
int resultSetConcurrency)
Creates a non-prepared statement.
|
StatementWrapper |
ManagedConnection.createStatement(int resultSetType,
int resultSetConcurrency)
Creates a non-prepared statement.
One-shot statements (i.e. |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedConnection.addRunningStatement(StatementWrapper statement)
Remembers a statement as running.
|
void |
ManagedConnection.removeRunningStatement(StatementWrapper statement)
Removes a statement from the running statements.
|
| Constructor and Description |
|---|
ResultSetWrapper(StatementWrapper stmt,
ResultSet rs)
Creates a wrapper for the given result set.
|
StatementHistory(StatementWrapper statement)
Creates a statement execution history.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.