Enum sqlparser::ast::OnConflictAction
source · pub enum OnConflictAction {
DoNothing,
DoUpdate(Vec<Assignment>),
}Variants§
DoNothing
DoUpdate(Vec<Assignment>)
Trait Implementations§
source§impl Clone for OnConflictAction
impl Clone for OnConflictAction
source§fn clone(&self) -> OnConflictAction
fn clone(&self) -> OnConflictAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more