ReturnOne2<A, B> extension

Extension methods for a statement returning exactly one row with 2 expressions.

on

Methods

executeAndFetch() Future<(A, B)>

Available on ReturnOne<(Expr<A>, Expr<B>)>, provided by the ReturnOne2 extension

Execute this statement and return the output.