| Package | Description |
|---|---|
| de.aristaflow.adept2.core.transactionmanager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedCallableStatement
A managed callable statement overrides a
CallableStatement by
returning the managed JDBC-classes where appropriate. |
interface |
ManagedPreparedStatement
A managed prepared statement overrides a
PreparedStatement by
returning the managed JDBC-classes where appropriate. |
| Modifier and Type | Method and Description |
|---|---|
ManagedStatement |
ManagedExtendedConnection.createStatement() |
ManagedStatement |
ManagedExtendedConnection.createStatement(int resultSetType,
int resultSetConcurrency) |
ManagedStatement |
ManagedExtendedConnection.createStatement(int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
ManagedStatement |
ManagedResultSet.getStatement() |