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 |
ConnectionWrapper.SQLRunnable
Runnable class that can throw a SQLException from its run method.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ConnectionWrapper.call(ConnectionWrapper.SQLCallable<T> c)
Calls the given SQLCallable.
|