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