ReturnOne3<A, B, C> extension

Extension methods for a statement returning exactly one row with 3 expressions.

on

Methods

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

Available on ReturnOne<(Expr<A>, Expr<B>, Expr<C>)>, provided by the ReturnOne3 extension

Execute this statement and return the output.