public interface SortOrder extends Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Modifier and Type | Method and Description |
|---|---|
default Expression[] |
children() |
SortDirection |
direction() |
Expression |
expression() |
NullOrdering |
nullOrdering() |
referencesExpression expression()
SortDirection direction()
NullOrdering nullOrdering()
default Expression[] children()
children in interface ExpressionSortOrder with the given sort direction.