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