public class OrderByList extends OrderedColumnList<OrderByColumn>
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
OrderByList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrderByColumn(OrderByColumn column)
Add a column to the list
|
OrderByColumn |
getOrderByColumn(int position)
Get a column from the list
|
String |
toString()
Format this node as a string
Each sub-class of QueryTreeNode should implement its own toString()
method.
|
add, add, addAll, clear, copyFrom, destructiveAddAll, get, getList, indexOf, isEmpty, iterator, printSubNodes, remove, remove, set, sizeaccept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrintpublic void addOrderByColumn(OrderByColumn column)
column - The column to add to the listpublic OrderByColumn getOrderByColumn(int position)
position - The column to get from the listpublic String toString()
QueryTreeNodetoString in class QueryTreeNodeCopyright © 2015 FoundationDB, LLC. All rights reserved.