| Package | Description |
|---|---|
| oracle.javatools.db.sql |
Contains an API for declaratively parsing SQL queries (SELECT statements).
|
| Modifier and Type | Method and Description |
|---|---|
BuiltInFunctionArgument[] |
BuiltInFunction.getArguments()
Gets the arguments for the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuiltInFunction.setArguments(BuiltInFunctionArgument[] arguments)
Sets the arguments for the function.
|