| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SetOperation.Operator | 
SetOperation.getOperator()  | 
static SetOperation.Operator | 
SetOperation.Operator.migrate(java.lang.String old)
Migration code, internal use only. 
 | 
static SetOperation.Operator | 
SetOperation.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SetOperation.Operator[] | 
SetOperation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SetOperation.setOperator(SetOperation.Operator operator)  | 
| Constructor and Description | 
|---|
SetOperation(SetOperation.Operator operator,
            SQLFragment[] args)  |