Skip to main content

returning

Function returning 

Source
pub fn returning<Q: HasReturning>(expressions: impl IntoExprList) -> impl Mod<Q>
Expand description

RETURNING a, b. returning("*") is an ordinary entry.

SQLite 3.35 and later, on INSERT, UPDATE and DELETE. Whether this clause is present is what decides whether a mutation is run as a query or as an exec.