Package | Description |
---|---|
adql.parser | |
adql.query.constraint |
Modifier and Type | Method and Description |
---|---|
Comparison |
ADQLQueryFactory.createComparison(ADQLOperand leftOp,
ComparisonOperator op,
ADQLOperand rightOp) |
Modifier and Type | Method and 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 and Description |
---|---|
void |
Comparison.setOperation(ComparisonOperator newOperation)
Changes the type of this operation.
|
Constructor and Description |
---|
Comparison(ADQLOperand left,
ComparisonOperator comp,
ADQLOperand right)
Creates a comparison between two operands.
|