com.akiban.sql.parser
Class BinaryLogicalOperatorNode
java.lang.Object
com.akiban.sql.parser.QueryTreeNode
com.akiban.sql.parser.ValueNode
com.akiban.sql.parser.BinaryOperatorNode
com.akiban.sql.parser.BinaryLogicalOperatorNode
- All Implemented Interfaces:
- Visitable
- Direct Known Subclasses:
- AndNode, IsNode, OrNode
public abstract class BinaryLogicalOperatorNode
- extends BinaryOperatorNode
| Methods inherited from class com.akiban.sql.parser.BinaryOperatorNode |
getLeftOperand, getMethodName, getOperator, getRightOperand, init, init, isConstantExpression, isEquivalent, printSubNodes, setLeftOperand, setLeftRightInterfaceType, setRightOperand, toString |
| Methods inherited from class com.akiban.sql.parser.ValueNode |
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType |
| Methods inherited from class com.akiban.sql.parser.QueryTreeNode |
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 |
shortCircuitValue
protected boolean shortCircuitValue
BinaryLogicalOperatorNode
public BinaryLogicalOperatorNode()
init
public void init(Object leftOperand,
Object rightOperand,
Object methodName)
- Initializer for a BinaryLogicalOperatorNode
- Overrides:
init in class QueryTreeNode
- Parameters:
leftOperand - The left operand of the comparisonrightOperand - The right operand of the comparisonmethodName - The name of the method to call in the generated
class. In this case, it's actually an operator name.
copyFrom
public void copyFrom(QueryTreeNode node)
throws StandardException
- Fill this node with a deep copy of the given node.
- Overrides:
copyFrom in class BinaryOperatorNode
- Throws:
StandardException
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.