UserQuery.OrderByQuery |
UserQuery.OrderByColumnQuery.ascending() |
Sorts the column in ascending direction.
|
UserQuery.OrderByQuery |
UserQuery.OrderByColumnQuery.ascendingNullFirst() |
Sorts the column in ascending direction, with NULL values at the beginning of the list.
|
UserQuery.OrderByQuery |
UserQuery.OrderByColumnQuery.ascendingNullLast() |
Sorts the column in ascending direction, with NULL values at the end of the list.
|
UserQuery.OrderByQuery |
UserQuery.OrderByColumnQuery.descending() |
Sorts the column in descending direction.
|
UserQuery.OrderByQuery |
UserQuery.OrderByColumnQuery.descendingNullFirst() |
Sorts the column in descending direction, with NULL values at the beginning of the list.
|
UserQuery.OrderByQuery |
UserQuery.OrderByColumnQuery.descendingNullLast() |
Sorts the column in descending direction, with NULL values at the end of the list.
|