public class LeftRightFuncOperatorNode extends BinaryOperatorNode
BinaryOperatorNode.OperatorType
leftInterfaceType, leftOperand, methodName, operator, resultInterfaceType, rightInterfaceType, rightOperand
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
Constructor and Description |
---|
LeftRightFuncOperatorNode() |
Modifier and Type | Method and Description |
---|---|
void |
init(java.lang.Object leftOperand,
java.lang.Object rightOperand)
Initialize a query tree node.
|
void |
setNodeType(int nodeType)
Set the node type for this node.
|
copyFrom, getLeftOperand, getMethodName, getOperator, getRightOperand, init, init, isConstantExpression, isEquivalent, printSubNodes, setLeftOperand, setLeftRightInterfaceType, setRightOperand, toString
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
public void init(java.lang.Object leftOperand, java.lang.Object rightOperand)
QueryTreeNode
init
in class QueryTreeNode
public void setNodeType(int nodeType)
QueryTreeNode
setNodeType
in class QueryTreeNode
nodeType
- The node type.Copyright © 2013. All Rights Reserved.