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