ReturnSingle1<A> extension
Extension methods for a statement returning at-most one row with 1 expression.
- on
-
- ReturnSingle<
(Expr< A> )>
- ReturnSingle<
Methods
-
executeAndFetch(
) → Future< A?> -
Available on ReturnSingle<
Execute this statement and return the output.(Expr< , provided by the ReturnSingle1 extensionA> )>