Return8<A, B, C, D, E, F, G, H> extension

Extension methods for a statement returning zero or more rows with 8 expressions.

on

Methods

executeAndFetch() Future<List<(A, B, C, D, E, F, G, H)>>

Available on Return<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>)>, provided by the Return8 extension

Execute this statement and return the output as a List.
executeAndStream() Stream<(A, B, C, D, E, F, G, H)>

Available on Return<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>, Expr<G>, Expr<H>)>, provided by the Return8 extension

Execute this statement and return the output as a Stream.