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

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

Uses of ValueNodeList in com.akiban.sql.compiler
 

Methods in com.akiban.sql.compiler with parameters of type ValueNodeList
protected  DataTypeDescriptor TypeComputer.dominantType(ValueNodeList nodeList)
           
 

Uses of ValueNodeList in com.akiban.sql.parser
 

Fields in com.akiban.sql.parser declared as ValueNodeList
protected  ValueNodeList BinaryListOperatorNode.rightOperandList
           
 

Methods in com.akiban.sql.parser that return ValueNodeList
 ValueNodeList CoalesceFunctionNode.getArgumentsList()
           
 ValueNodeList SimpleCaseNode.getCaseOperands()
           
 ValueNodeList RowConstructorNode.getNodeList()
           
 ValueNodeList ExecuteStatementNode.getParameterList()
           
 ValueNodeList SimpleCaseNode.getResultValues()
           
 ValueNodeList BinaryListOperatorNode.getRightOperandList()
          Get the rightOperandList
 ValueNodeList ConditionalNode.getThenElseList()
           
 

Methods in com.akiban.sql.parser with parameters of type ValueNodeList
 void BinaryListOperatorNode.setRightOperandList(ValueNodeList newRightOperandList)
          Set the rightOperandList to the specified ValueNodeList
 

Uses of ValueNodeList in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type ValueNodeList
protected  String NodeToString.functionCall(String functionName, ValueNodeList args)
           
protected  String NodeToString.valueNodeList(ValueNodeList node)
           
 



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