withAllColumns method

SelectStatementBuilder withAllColumns()

Fluent method to select all columns

Implementation

SelectStatementBuilder withAllColumns() {
  selectAll();
  return this;
}