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