public class OrderByClause extends NodeExpression<Object>
QueryExpression represents the order by clause in a select statement.| Constructor and Description |
|---|
OrderByClause(List<? extends FieldOrder<? extends Comparable>> children) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finishAccept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the visitor for the current node, after its children are
visited.
|
List<FieldOrder<? extends Comparable>> |
getOrderList() |
protected void |
startAccept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the visitor for the current node, before its children are
visited.
|
accept, getChildren, setChildgetExpressionTypepublic OrderByClause(List<? extends FieldOrder<? extends Comparable>> children)
public List<FieldOrder<? extends Comparable>> getOrderList()
protected void startAccept(QueryExpressionVisitor visitor)
NodeExpressionstartAccept in class NodeExpression<Object>visitor - the visitor visiting this expressionprotected void finishAccept(QueryExpressionVisitor visitor)
NodeExpressionfinishAccept in class NodeExpression<Object>visitor - the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.