Skip to main content

BoxedCloneUpdateStatement

Type Alias BoxedCloneUpdateStatement 

Source
pub type BoxedCloneUpdateStatement<'a, DB, T, V = SetNotCalled, Ret = NoReturningClause> = UpdateStatement<T, BoxedCloneWhereClause<'a, DB>, V, Ret>;
Expand description

An UPDATE statement with a boxed cloneable WHERE clause.

Aliased Typeยง

pub struct BoxedCloneUpdateStatement<'a, DB, T, V = SetNotCalled, Ret = NoReturningClause> { /* private fields */ }