| Package | Description | 
|---|---|
| oracle.javatools.db.sql | 
 Contains an API for declaratively parsing SQL queries (SELECT statements). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ArithmeticOperation.ArithmeticOperator | 
ArithmeticOperation.getArithmeticOperator(java.lang.String sql,
                     int operandCount)
Gets the ArithmeticOperator for a given piece of sql that is exepcted
 to be an arithmetic operator. 
 | 
ArithmeticOperation.ArithmeticOperator | 
ArithmeticOperation.getOperator()  | 
static ArithmeticOperation.ArithmeticOperator | 
ArithmeticOperation.ArithmeticOperator.migrate(java.lang.String old)
Migration code, internal use only. 
 | 
static ArithmeticOperation.ArithmeticOperator | 
ArithmeticOperation.ArithmeticOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ArithmeticOperation.ArithmeticOperator[] | 
ArithmeticOperation.ArithmeticOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ArithmeticOperation.setOperator(ArithmeticOperation.ArithmeticOperator operator)  | 
| Constructor and Description | 
|---|
ArithmeticOperation(ArithmeticOperation.ArithmeticOperator operator,
                   SQLFragment[] args)  |