Skip to main content

OnConflictBuilder

Type Alias OnConflictBuilder 

Source
pub type OnConflictBuilder<'a, S, T> = OnConflictBuilder<'a, SQLiteValue<'a>, S, T, ConflictColumnsTarget<'a, SQLiteValue<'a>>, SQLiteOnConflictOutput>;
Expand description

Intermediate builder for typed ON CONFLICT clause construction.

Created by InsertBuilder::on_conflict(). Call do_nothing() or do_update() to complete the clause.

Aliased Typeยง

pub struct OnConflictBuilder<'a, S, T> { /* private fields */ }