Back to Exposed

orderBy

docs/api/exposed-jdbc/org.jetbrains.exposed.v1.jdbc/-query/order-by.html

1.2.0932 B
Original Source

orderBy

fun orderBy(column: Expression<*>, order: SortOrder = SortOrder.ASC): Query

Modifies this query to sort results by the specified column, according to the provided order.


open override fun orderBy(vararg order: Pair<Expression<*>, SortOrder>): Query

Modifies this query to sort results according to the provided order of expressions.

Generated by Dokka © 2026 Copyright