selectAll method

void selectAll()

Add all columns to the select statement

Implementation

void selectAll() {
  _selectedColumns.add(AllColumns());
}