Uses of Class
com.akiban.sql.parser.RowConstructorNode

Packages that use RowConstructorNode
com.akiban.sql.compiler   
com.akiban.sql.parser   
com.akiban.sql.unparser   
 

Uses of RowConstructorNode in com.akiban.sql.compiler
 

Methods in com.akiban.sql.compiler with parameters of type RowConstructorNode
protected  boolean TypeComputer.isNestedTupleNullable(RowConstructorNode row)
           
 

Uses of RowConstructorNode in com.akiban.sql.parser
 

Fields in com.akiban.sql.parser declared as RowConstructorNode
protected  RowConstructorNode InListOperatorNode.leftOperand
           
protected  RowConstructorNode InListOperatorNode.rightOperandList
           
 

Methods in com.akiban.sql.parser that return RowConstructorNode
 RowConstructorNode InListOperatorNode.getLeftOperand()
          Get the leftOperand
 RowConstructorNode InListOperatorNode.getRightOperandList()
          Get the rightOperandList
 

Methods in com.akiban.sql.parser with parameters of type RowConstructorNode
 void InListOperatorNode.setLeftOperand(RowConstructorNode newLeftOperand)
          Set the leftOperand to the specified ValueNode
 void InListOperatorNode.setRightOperandList(RowConstructorNode newRightOperandList)
          Set the rightOperandList to the specified ValueNodeList
 

Uses of RowConstructorNode in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type RowConstructorNode
protected  String NodeToString.rowCtorNode(RowConstructorNode row)
           
 



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