public class BinaryRelationalOperatorNode extends BinaryComparisonOperatorNode
BinaryOperatorNode.OperatorType| Modifier and Type | Field and Description |
|---|---|
static int |
EQUALS_RELOP |
static int |
GREATER_EQUALS_RELOP |
static int |
GREATER_THAN_RELOP |
static int |
IS_NOT_NULL_RELOP |
static int |
IS_NULL_RELOP |
static int |
LESS_EQUALS_RELOP |
static int |
LESS_THAN_RELOP |
static int |
NOT_EQUALS_RELOP |
leftInterfaceType, leftOperand, methodName, operator, resultInterfaceType, rightInterfaceType, rightOperandAUTOINCREMENT_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(Object leftOperand,
Object rightOperand)
Initialize a query tree node.
|
init, isForQueryRewrite, setForQueryRewritegetLeftOperand, getMethodName, getOperator, getRightOperand, init, isConstantExpression, isEquivalent, printSubNodes, setLeftOperand, setLeftRightInterfaceType, setRightOperand, toStringgetColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setTypeaccept, 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, treePrintpublic static final int EQUALS_RELOP
public static final int NOT_EQUALS_RELOP
public static final int GREATER_THAN_RELOP
public static final int GREATER_EQUALS_RELOP
public static final int LESS_THAN_RELOP
public static final int LESS_EQUALS_RELOP
public static final int IS_NULL_RELOP
public static final int IS_NOT_NULL_RELOP
public void init(Object leftOperand, Object rightOperand)
QueryTreeNodeinit in class QueryTreeNodepublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class BinaryComparisonOperatorNodeStandardExceptionpublic int getOperatorType()
Copyright © 2015 FoundationDB, LLC. All rights reserved.