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