| Package | Description |
|---|---|
| oracle.javatools.db.execute |
Utility classes for executing statements, queries and pl/sql against a
database.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
StatementWrapper.doExecute(StatementWrapper.ExecutionRunnable<T> r) |
abstract <T> T |
StatementWrapper.ExecutionProxy.execute(StatementWrapper.ExecutionRunnable<T> r)
Execute the given Runnable in whatever manner necessary (e.g.
|