toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
AbstractQuery
/
orderByExpressions
order
By
Expressions
var
orderByExpressions
:
List
<
Pair
<
Expression
<
*
>
,
SortOrder
>
>
The stored list of columns and their
SortOrder
for an
ORDER BY
clause in this query.