selectAll method Null safety
- Iterable<
SelectResultInterface> results
Starts a new query and defines the selected columns.
Implementation
Select selectAll(Iterable<SelectResultInterface> results) =>
SelectImpl(results, distinct: false);
Starts a new query and defines the selected columns.
Select selectAll(Iterable<SelectResultInterface> results) =>
SelectImpl(results, distinct: false);