| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SetOperator | 
DeclarativeSQLQuery.getSetOperator()
Deprecated.  
Get's first set operator relationship (e.g. 
 | 
SetOperator | 
SQLQuery.getSetOperator()
Returns set operator for queries that are connected by one of the SET
 operators UNION, INTERSECT, MINUS or UNION ALL 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SQLQueryBuilder.addSetOperatorObject(SetOperator select)
Adds the given SetOperator to the query. 
 | 
void | 
SQLQuery.setSetOperator(SetOperator setOperator)
Set SET operator if query consists of one or more queries connected by
 one of the SET operators UNION, INTERSECT, MINUS or UNION ALL 
 |