public class GroupByList extends OrderedColumnList<GroupByColumn>
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
GroupByList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroupByColumn(GroupByColumn column)
Add a column to the list
|
GroupByColumn |
getGroupByColumn(int position)
Get a column from the list
|
boolean |
isRollup() |
void |
setRollup() |
String |
toString()
Convert this object to a String.
|
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 addGroupByColumn(GroupByColumn column)
column - The column to add to the listpublic GroupByColumn getGroupByColumn(int position)
position - The column to get from the listpublic void setRollup()
public boolean isRollup()
public String toString()
toString in class QueryTreeNodeCopyright © 2015 FoundationDB, LLC. All rights reserved.