| Package | Description |
|---|---|
| adql.parser | |
| adql.query.constraint |
| Modifier and Type | Method | Description |
|---|---|---|
Comparison |
ADQLQueryFactory.createComparison(ADQLOperand leftOp,
ComparisonOperator op,
ADQLOperand rightOp) |
| Modifier and Type | Method | Description |
|---|---|---|
ComparisonOperator |
Comparison.getOperator() |
Gets the comparison symbol.
|
static ComparisonOperator |
ComparisonOperator.getOperator(java.lang.String str) |
|
static ComparisonOperator |
ComparisonOperator.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ComparisonOperator[] |
ComparisonOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Comparison.setOperation(ComparisonOperator newOperation) |
Changes the type of this operation.
|
| Constructor | Description |
|---|---|
Comparison(ADQLOperand left,
ComparisonOperator comp,
ADQLOperand right) |
Creates a comparison between two operands.
|