Enum sqlparser::ast::SqliteOnConflict
source · pub enum SqliteOnConflict {
Rollback,
Abort,
Fail,
Ignore,
Replace,
}Expand description
Sqlite specific syntax
https://sqlite.org/lang_conflict.html
Variants§
Trait Implementations§
source§impl Clone for SqliteOnConflict
impl Clone for SqliteOnConflict
source§fn clone(&self) -> SqliteOnConflict
fn clone(&self) -> SqliteOnConflict
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