ReturnOne2<A, B> extension
Extension methods for a statement returning exactly one row with 2 expressions.
Methods
-
executeAndFetch(
) → Future< (A, B)> -
Available on ReturnOne<
Execute this statement and return the output.(Expr< , provided by the ReturnOne2 extensionA> , Expr<B> )>