public class XMLUnaryOperatorNode extends UnaryOperatorNode
| Modifier and Type | Class and Description |
|---|---|
static class |
XMLUnaryOperatorNode.OperatorType |
methodName, operator, receiverInterfaceType, resultInterfaceTypeAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
XMLUnaryOperatorNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
void |
init(Object operand,
Object operatorType,
Object addedArgs)
Initializer for a UnaryOperatorNode.
|
getMethodName, getOperand, getOperator, init, isEquivalent, printSubNodes, setOperand, toStringgetColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isConstantExpression, 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, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrintpublic void init(Object operand, Object operatorType, Object addedArgs) throws StandardException
init in class UnaryOperatorNodeoperand - The operand of the nodeoperatorType - The operatorType for this operator.addedArgs - An array of Objects
from which primitive method parameters can be
retrieved.StandardException - Thrown on errorpublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class UnaryOperatorNodeStandardExceptionCopyright © 2015 FoundationDB, LLC. All rights reserved.