public class BinaryRelationalOperatorNode extends BinaryComparisonOperatorNode
BinaryOperatorNode.OperatorType
Modifier and Type | Field and Description |
---|---|
int |
EQUALS_RELOP |
int |
GREATER_EQUALS_RELOP |
int |
GREATER_THAN_RELOP |
int |
IS_NOT_NULL_RELOP |
int |
IS_NULL_RELOP |
int |
LESS_EQUALS_RELOP |
int |
LESS_THAN_RELOP |
int |
NOT_EQUALS_RELOP |
leftInterfaceType, leftOperand, methodName, operator, resultInterfaceType, rightInterfaceType, rightOperand
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
Constructor and Description |
---|
BinaryRelationalOperatorNode() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
int |
getOperatorType() |
void |
init(java.lang.Object leftOperand,
java.lang.Object rightOperand)
Initialize a query tree node.
|
init, isForQueryRewrite, setForQueryRewrite
getLeftOperand, getMethodName, getOperator, getRightOperand, 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, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
public final int EQUALS_RELOP
public final int NOT_EQUALS_RELOP
public final int GREATER_THAN_RELOP
public final int GREATER_EQUALS_RELOP
public final int LESS_THAN_RELOP
public final int LESS_EQUALS_RELOP
public final int IS_NULL_RELOP
public final int IS_NOT_NULL_RELOP
public void init(java.lang.Object leftOperand, java.lang.Object rightOperand)
QueryTreeNode
init
in class QueryTreeNode
public void copyFrom(QueryTreeNode node) throws StandardException
copyFrom
in class BinaryComparisonOperatorNode
StandardException
public int getOperatorType()
Copyright © 2013. All Rights Reserved.