stream method

Stream<A> stream()

Query the database for rows in this Query as a Stream.

Implementation

Stream<A> stream() => _query.stream();