# Constants
EQ in sql =.
GE in sql >=.
GT in sql >.
IS_NULL in sql IS NULL.
LE in sql <=.
LT in sql <.
NE in sql !=.
NOT_NULL in sql IS NOT NULL.
ascending sort order.
descending sort order.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SortCriteria represents sort criteria.
Sorting represents list of sort criterias.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author