selectAll method

  1. @override
AsyncSelect selectAll(
  1. Iterable<SelectResultInterface> results
)
override

Starts a new query and defines the selected columns.

Implementation

@override
AsyncSelect selectAll(Iterable<SelectResultInterface> results) =>
    AsyncSelectImpl(results, distinct: false);