ColumnOrderings<T extends Object> constructor

ColumnOrderings<T extends Object>(
  1. Expression<T> column
)

This class is a wrapper on top of the generated column class

It's used to expose ordering functions for a column

This class is implemented by the code generator and should not be instantiated or extended manually.

Implementation

ColumnOrderings(this.column);