ReturnSingle3<A, B, C> extension

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

on

Methods

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

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

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

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

Execute this statement and return the output.