ReturnOne4<A, B, C, D> extension

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

on

Methods

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

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

Execute this statement and return the output.