public class XMLBinaryOperatorNode extends BinaryOperatorNode
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLBinaryOperatorNode.OnEmpty |
static class |
XMLBinaryOperatorNode.OperatorType |
static class |
XMLBinaryOperatorNode.PassByType |
static class |
XMLBinaryOperatorNode.ReturnType |
leftInterfaceType, leftOperand, methodName, operator, resultInterfaceType, rightInterfaceType, rightOperandAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
XMLBinaryOperatorNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Object leftOperand,
Object rightOperand,
Object opType)
Initializer for a BinaryOperatorNode
|
copyFrom, getLeftOperand, getMethodName, getOperator, getRightOperand, init, 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 void init(Object leftOperand, Object rightOperand, Object opType)
init in class QueryTreeNodeleftOperand - The left operand of the noderightOperand - The right operand of the nodeopType - An Integer holding the operatorType
for this operator.Copyright © 2015 FoundationDB, LLC. All rights reserved.