orderBy

expect open override fun orderBy(vararg orderings: Ordering): OrderBy(source)

Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.

Return

the ORDER BY component.

Parameters

orderings

an array of the ORDER BY expressions.

actual open override fun orderBy(vararg orderings: Ordering): OrderBy(source)

Create and chain an ORDER BY component for specifying the ORDER BY clause of the query.

Return

the ORDER BY component.

Parameters

orderings

an array of the ORDER BY expressions.

actual open override fun orderBy(vararg orderings: Ordering): OrderBy(source)