| Package | Description |
|---|---|
| oracle.javatools.db.sql |
Contains an API for declaratively parsing SQL queries (SELECT statements).
|
| Modifier and Type | Method and Description |
|---|---|
ModelObject |
SQLQuery.getModelObject()
Gets the MODEL clause of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLQuery.setModelObject(ModelObject model)
Sets the MODEL clause of the query.
|