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

Packages that use QueryTreeNodeList
com.akiban.sql.parser   
com.akiban.sql.unparser   
 

Uses of QueryTreeNodeList in com.akiban.sql.parser
 

Subclasses of QueryTreeNodeList in com.akiban.sql.parser
 class FromList
          A FromList represents the list of tables in a FROM clause in a DML statement.
 class GroupByList
          A GroupByList represents the list of expressions in a GROUP BY clause in a SELECT statement.
 class IndexColumnList
          List of IndexColumns.
 class IndexHintList
          MySQL's index hints.
 class OrderByList
          An OrderByList is an ordered list of columns in the ORDER BY clause.
 class OrderedColumnList<N extends OrderedColumn>
          List of OrderedColumns
 class PartitionByList
          A PartitionByList represents the list of expressions in a PARTITION BY clause in an OVER or WINDOW.
 class ResultColumnList
          A ResultColumnList is the target list of a SELECT, INSERT, or UPDATE.
 class SubqueryList
          A SubqueryList represents a list of subquerys within a specific clause (select, where or having) in a DML statement.
 class TableElementList
          A TableElementList represents the list of columns and other table elements such as constraints in a CREATE TABLE or ALTER TABLE statement.
 class ValueNodeList
          A ValueNodeList represents a list of ValueNodes within a specific predicate (eg, IN list, NOT IN list or BETWEEN) in a DML statement.
 class WindowList
          A WindowList represents the list of windows (definitions) for a table expression, either defined explicitly in a WINDOW clause, or inline in the SELECT list or ORDER BY clause.
 

Methods in com.akiban.sql.parser with parameters of type QueryTreeNodeList
 void QueryTreeNodeList.addAll(QueryTreeNodeList<N> other)
           
 void QueryTreeNodeList.destructiveAddAll(QueryTreeNodeList<N> other)
           
 

Uses of QueryTreeNodeList in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type QueryTreeNodeList
protected  String NodeToString.nodeList(QueryTreeNodeList<? extends QueryTreeNode> nl)
           
protected  String NodeToString.nodeList(QueryTreeNodeList<? extends QueryTreeNode> nl, boolean expr)
           
 



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