orderBy method

LQB orderBy(
  1. String column
)

Implementation

LQB orderBy(String column) {
  return this._commonOrderBy(column, 'ASC');
}