| Package | Description |
|---|---|
| com.foundationdb.sql.parser | |
| com.foundationdb.sql.unparser |
| Modifier and Type | Method and Description |
|---|---|
OrderByList |
GroupConcatNode.getOrderBy() |
OrderByList |
WindowDefinitionNode.getOrderByList() |
OrderByList |
SubqueryNode.getOrderByList()
Get ORDER BY list (used to construct FROM only), cf.
|
OrderByList |
InsertNode.getOrderByList() |
OrderByList |
FromSubquery.getOrderByList() |
OrderByList |
CursorNode.getOrderByList() |
OrderByList |
CreateViewNode.getOrderByList() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
NodeToString.orderByList(OrderByList node) |
protected String |
NodeToString.orderByListFetchFirstOffset(OrderByList orderByList,
ValueNode fetchFirst,
ValueNode offset) |
Copyright © 2015 FoundationDB, LLC. All rights reserved.