Package | Description |
---|---|
oracle.javatools.db.execute |
Utility classes for executing statements, queries and pl/sql against a
database.
|
Modifier and Type | Class and Description |
---|---|
class |
PlSqlWrapper
Wrapper for executing a stored procedure against the database using a
CallableStatement.
|
class |
QueryWrapper
Execution wrapper for querying the database and processing
ResultSets (rather than just executing statements).
|
Modifier and Type | Method and Description |
---|---|
void |
StatementWrapper.Listener.queryFinished(StatementWrapper query) |
void |
StatementWrapper.Listener.queryStarted(StatementWrapper query) |