ColumnOrderingOperations<T> extension

Extension providing ordering operations for columns.

on

Methods

asc() Order

Available on Column<T>, provided by the ColumnOrderingOperations extension

Creates an Order with the column ordered ascending.
desc() Order

Available on Column<T>, provided by the ColumnOrderingOperations extension

Creates an Order with the column ordered descending.