com.akiban.sql.parser
Class AndNode

java.lang.Object
  extended by com.akiban.sql.parser.QueryTreeNode
      extended by com.akiban.sql.parser.ValueNode
          extended by com.akiban.sql.parser.BinaryOperatorNode
              extended by com.akiban.sql.parser.BinaryLogicalOperatorNode
                  extended by com.akiban.sql.parser.AndNode
All Implemented Interfaces:
Visitable

public class AndNode
extends BinaryLogicalOperatorNode


Nested Class Summary
 
Nested classes/interfaces inherited from class com.akiban.sql.parser.BinaryOperatorNode
BinaryOperatorNode.OperatorType
 
Field Summary
 
Fields inherited from class com.akiban.sql.parser.BinaryLogicalOperatorNode
shortCircuitValue
 
Fields inherited from class com.akiban.sql.parser.BinaryOperatorNode
leftInterfaceType, leftOperand, methodName, operator, resultInterfaceType, rightInterfaceType, rightOperand
 
Fields inherited from class com.akiban.sql.parser.QueryTreeNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX
 
Constructor Summary
AndNode()
           
 
Method Summary
 void init(Object leftOperand, Object rightOperand)
          Initializer for an AndNode
 
Methods inherited from class com.akiban.sql.parser.BinaryLogicalOperatorNode
copyFrom, init
 
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, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndNode

public AndNode()
Method Detail

init

public void init(Object leftOperand,
                 Object rightOperand)
Initializer for an AndNode

Overrides:
init in class QueryTreeNode
Parameters:
leftOperand - The left operand of the AND
rightOperand - The right operand of the AND


Copyright © 2013 Akiban Technologies, Inc. All rights reserved.