ReturnSingle2<A, B> extension

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

on

Methods

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

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

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

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

Execute this statement and return the output.