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