public interface OrderByElement
Modifier and Type | Method and Description |
---|---|
int |
getPosition()
The position of the order by expression in the select clause.
|
boolean |
isAscending()
Whether sorting is ascending or descending.
|
boolean |
isNullsFirst()
Whether nulls have precedence or non-nulls.
|
int getPosition()
boolean isAscending()
boolean isNullsFirst()
Copyright © 2014–2018 Blazebit. All rights reserved.