ReturnSingle6<A, B, C, D, E, F> extension

Extension methods for a statement returning at-most one row with 6 expressions.

on

Methods

executeAndFetch() Future<(A, B, C, D, E, F)?>

Available on ReturnSingle<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>)>, provided by the ReturnSingle6 extension

Execute this statement and return the output.
executeAndFetchOrNulls() Future<(A?, B?, C?, D?, E?, F?)>

Available on ReturnSingle<(Expr<A>, Expr<B>, Expr<C>, Expr<D>, Expr<E>, Expr<F>)>, provided by the ReturnSingle6 extension

Execute this statement and return the output.