orderByAsc abstract method

QueryBuilder orderByAsc(
  1. String column
)

Implementation

QueryBuilder orderByAsc(
  String column,
);