withAllColumns method
Fluent method to select all columns
Implementation
SelectStatementBuilder withAllColumns() {
selectAll();
return this;
}
Fluent method to select all columns
SelectStatementBuilder withAllColumns() {
selectAll();
return this;
}