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