selectAll method

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

Starts a new query and defines the selected columns.

Implementation

@override
SyncSelect selectAll(Iterable<SelectResultInterface> results) =>
    SyncSelectImpl(results.cast(), distinct: false);