public class SqlMathExpr extends BinarySqlOperator
Constructor and Description |
---|
SqlMathExpr(SqlExpr leftArg,
MathExpr.MathOp op,
SqlExpr rightArg) |
Modifier and Type | Method and Description |
---|---|
MathExpr.MathOp |
getOperator() |
<X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
clone, equals, getLeftArg, getRightArg, hashCode, replaceChildNode, setLeftArg, setRightArg, toString, visitChildren
visit
getParentNode, getSignature, nullEquals, replaceNodeInList, replaceWith, setParentNode
finalize, getClass, notify, notifyAll, wait, wait, wait
getParentNode, getSignature, replaceWith, setParentNode, visit
public SqlMathExpr(SqlExpr leftArg, MathExpr.MathOp op, SqlExpr rightArg)
public MathExpr.MathOp getOperator()
public <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
visit
in class RdbmsQueryModelNodeBase
X extends Exception
Copyright © 2001-2016 Aduna. All Rights Reserved.