| Package | Description | 
|---|---|
| oracle.javatools.db.plsql | 
 Classes for dealing with PL/SQL objects. 
 | 
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PlSqlParameter
Representation of a parameter (argument) to any PL/SQL procedure, function
 or method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLCallableArgument[] | 
PlSqlSubProgram.getArguments()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BuiltInFunctionArgument
An argument to a SQL Built-in Function 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SQLCallableArgument[] | 
SQLCallable.getArguments()  |