public abstract class UnaryLogicalOperatorNode extends UnaryOperatorNode
methodName, operator, receiverInterfaceType, resultInterfaceTypeAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
UnaryLogicalOperatorNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Object operand,
Object methodName)
Initializer for a UnaryLogicalOperatorNode
|
copyFrom, getMethodName, getOperand, getOperator, init, 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, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrintpublic void init(Object operand, Object methodName) throws StandardException
init in class QueryTreeNodeoperand - The operand of the operatormethodName - The name of the method to call in the generated
class. In this case, it's actually an operator
name.StandardException - Thrown on errorCopyright © 2015 FoundationDB, LLC. All rights reserved.