Modifier and Type | Method and Description |
---|---|
void |
CriteriaCapabilityValidatorVisitor.visit(OrderByItem obj) |
Modifier and Type | Method and Description |
---|---|
OrderByItem |
SQLParser.sortSpecification(ParseInfo info) |
Modifier and Type | Method and Description |
---|---|
List<OrderByItem> |
SortNode.getSortElements() |
Modifier and Type | Method and Description |
---|---|
void |
GroupingNode.setOrderBy(List<OrderByItem> orderBy) |
void |
SortNode.setSortElements(List<OrderByItem> items) |
void |
SortingFilter.setSortItems(List<OrderByItem> sortItems) |
Constructor and Description |
---|
SortUtility(TupleSource sourceID,
List<OrderByItem> items,
SortUtility.Mode mode,
BufferManager bufferMgr,
String groupName,
List<? extends Expression> schema) |
Modifier and Type | Method and Description |
---|---|
void |
LanguageVisitor.visit(OrderByItem obj) |
Modifier and Type | Method and Description |
---|---|
OrderByItem |
OrderBy.addVariable(Expression element)
Adds a new variable to the list of order by elements.
|
OrderByItem |
OrderBy.addVariable(Expression element,
boolean type)
Adds a new variable to the list of order by elements with the
specified sort order
|
OrderByItem |
OrderByItem.clone() |
Modifier and Type | Method and Description |
---|---|
List<OrderByItem> |
OrderBy.getOrderByItems() |
Modifier and Type | Method and Description |
---|---|
void |
PreOrPostOrderNavigator.visit(OrderByItem obj) |
Modifier and Type | Method and Description |
---|---|
void |
SQLStringVisitor.visit(OrderByItem obj) |
void |
ExpressionMappingVisitor.visit(OrderByItem obj) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationVisitor.visit(OrderByItem obj) |
Copyright © 2019. All rights reserved.