Adds collate <collationName>
to the order by
item.
Adds desc
to the order by
item.
See asc for the opposite.
Adds nulls first
to the order by
item.
This is only supported by some dialects like PostgreSQL and SQLite.
See nullsLast for the opposite.
Adds nulls last
to the order by
item.
This is only supported by some dialects like PostgreSQL and SQLite.
See nullsFirst for the opposite.
Adds
asc
to theorder by
item.See desc for the opposite.