ReturnSingle1<A> extension

Extension methods for a statement returning at-most one row with 1 expression.

on

Methods

executeAndFetch() Future<A?>

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

Execute this statement and return the output.