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