Package | Description |
---|---|
com.akiban.sql.parser | |
com.akiban.sql.unparser |
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryTreeNodeList.addAll(QueryTreeNodeList<N> other) |
void |
QueryTreeNodeList.destructiveAddAll(QueryTreeNodeList<N> other) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NodeToString.nodeList(QueryTreeNodeList<? extends QueryTreeNode> nl) |
protected java.lang.String |
NodeToString.nodeList(QueryTreeNodeList<? extends QueryTreeNode> nl,
boolean expr) |
Copyright © 2013. All Rights Reserved.