| Package | Description |
|---|---|
| com.exasol.sql.expression |
| Modifier and Type | Method and Description |
|---|---|
static BinaryArithmeticExpression.BinaryArithmeticOperator |
BinaryArithmeticExpression.BinaryArithmeticOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryArithmeticExpression.BinaryArithmeticOperator[] |
BinaryArithmeticExpression.BinaryArithmeticOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryArithmeticExpression |
BinaryArithmeticExpression.of(BinaryArithmeticExpression.BinaryArithmeticOperator operator,
ValueExpression left,
ValueExpression right)
Create a new
BinaryArithmeticExpression instance. |
Copyright © 2018–2021. All rights reserved.