Uses of Class
com.exasol.sql.expression.BinaryArithmeticExpression
-
Packages that use BinaryArithmeticExpression Package Description com.exasol.sql.dql.select com.exasol.sql.expression com.exasol.sql.expression.rendering -
-
Uses of BinaryArithmeticExpression in com.exasol.sql.dql.select
Methods in com.exasol.sql.dql.select with parameters of type BinaryArithmeticExpression Modifier and Type Method Description SelectSelect. arithmeticExpression(BinaryArithmeticExpression arithmeticExpression)Add an arithmetic expression.SelectSelect. arithmeticExpression(BinaryArithmeticExpression arithmeticExpression, String derivedColumnName)Add an arithmetic expression. -
Uses of BinaryArithmeticExpression in com.exasol.sql.expression
Methods in com.exasol.sql.expression that return BinaryArithmeticExpression Modifier and Type Method Description static BinaryArithmeticExpressionExpressionTerm. divide(ValueExpression left, ValueExpression right)Create a binary arithmetic expression with DIVIDE operator.static BinaryArithmeticExpressionExpressionTerm. minus(ValueExpression left, ValueExpression right)Create a binary arithmetic expression with SUBTRACT operator.static BinaryArithmeticExpressionExpressionTerm. multiply(ValueExpression left, ValueExpression right)Create a binary arithmetic expression with DIVIDE operator.static BinaryArithmeticExpressionBinaryArithmeticExpression. of(BinaryArithmeticExpression.BinaryArithmeticOperator operator, ValueExpression left, ValueExpression right)Create a newBinaryArithmeticExpressioninstance.static BinaryArithmeticExpressionExpressionTerm. plus(ValueExpression left, ValueExpression right)Create a binary arithmetic expression with ADD operator.Methods in com.exasol.sql.expression with parameters of type BinaryArithmeticExpression Modifier and Type Method Description voidValueExpressionVisitor. visit(BinaryArithmeticExpression expression) -
Uses of BinaryArithmeticExpression in com.exasol.sql.expression.rendering
Methods in com.exasol.sql.expression.rendering with parameters of type BinaryArithmeticExpression Modifier and Type Method Description voidValueExpressionRenderer. visit(BinaryArithmeticExpression expression)
-