buildTerm method
Build the ordering term using the expression and direction
Implementation
OrderingTerm buildTerm() {
return OrderingTerm(mode: mode, expression: column, nulls: nulls);
}
Build the ordering term using the expression and direction
OrderingTerm buildTerm() {
return OrderingTerm(mode: mode, expression: column, nulls: nulls);
}