Return1<A> extension

Extension methods for a statement returning zero or more rows with 1 expression.

on

Methods

executeAndFetch() Future<List<A>>

Available on Return<(Expr<A>)>, provided by the Return1 extension

Execute this statement and return the output as a List.
executeAndStream() Stream<A>

Available on Return<(Expr<A>)>, provided by the Return1 extension

Execute this statement and return the output as a Stream.