| Package | Description |
|---|---|
| oracle.javatools.db.plsql |
Utility classes for working with (for example parsing) PL/SQL.
|
| 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() |
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() |