Uses of Class
com.exasol.sql.expression.BinaryArithmeticExpression.BinaryArithmeticOperator
-
Packages that use BinaryArithmeticExpression.BinaryArithmeticOperator Package Description com.exasol.sql.expression -
-
Uses of BinaryArithmeticExpression.BinaryArithmeticOperator in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return BinaryArithmeticExpression.BinaryArithmeticOperator Modifier and Type Method Description static BinaryArithmeticExpression.BinaryArithmeticOperatorBinaryArithmeticExpression.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.Methods in com.exasol.sql.expression with parameters of type BinaryArithmeticExpression.BinaryArithmeticOperator Modifier and Type Method Description static BinaryArithmeticExpressionBinaryArithmeticExpression. of(BinaryArithmeticExpression.BinaryArithmeticOperator operator, ValueExpression left, ValueExpression right)Create a newBinaryArithmeticExpressioninstance.
-