| Package | Description |
|---|---|
| com.exasol.sql.expression |
| Modifier and Type | Method and Description |
|---|---|
ComparisonOperator |
Comparison.getOperator()
Get the comparison operator
|
static ComparisonOperator |
ComparisonOperator.ofSymbol(String operatorSymbol)
Get the
ComparisonOperator for the provided symbol |
static ComparisonOperator |
ComparisonOperator.valueOf(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 |
|---|---|
static BooleanExpression |
BooleanTerm.compare(ValueExpression left,
ComparisonOperator operator,
ValueExpression right) |
| Constructor and Description |
|---|
Comparison(ComparisonOperator equal,
ValueExpression leftOperand,
ValueExpression rightOperand) |
Copyright © 2018–2019. All rights reserved.