Return1<A> extension
Extension methods for a statement returning zero or more rows with 1 expression.
Methods
-
executeAndFetch(
) → Future< List< A> > -
Available on Return<
Execute this statement and return the output as a List.(Expr< , provided by the Return1 extensionA> )> -
executeAndStream(
) → Stream< A> -
Available on Return<
Execute this statement and return the output as a Stream.(Expr< , provided by the Return1 extensionA> )>