selectAll method

Select selectAll(
  1. Iterable<SelectResultInterface> results
)

Starts a new query and defines the selected columns.

Implementation

Select selectAll(Iterable<SelectResultInterface> results) =>
    SelectImpl(results, distinct: false);