ReturnSingle5<A, B, C, D, E> extension

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

on

Methods

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

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

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

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

Execute this statement and return the output.