| Package | Description | 
|---|---|
| oracle.javatools.db.execute | 
 Utility classes for executing statements, queries and pl/sql against a
 database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlSqlWrapper.executePlSql(PlSqlWrapper.PlSqlRunnable runner)
Executes the stored procedure and processes the resulting ResultSet and
 CallableStatement with the given runner. 
 |