Return2<A, B> extension

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

on

Methods

executeAndFetch() Future<List<(A, B)>>

Available on Return<(Expr<A>, Expr<B>)>, provided by the Return2 extension

Execute this statement and return the output as a List.
executeAndStream() Stream<(A, B)>

Available on Return<(Expr<A>, Expr<B>)>, provided by the Return2 extension

Execute this statement and return the output as a Stream.