pub struct Insert {
pub table: TableId,
pub values: Vec<(FieldId, Expr)>,
pub on_conflict: Option<InsertConflict>,
pub returning: Vec<Returning>,
}Fields§
§table: TableId§values: Vec<(FieldId, Expr)>§on_conflict: Option<InsertConflict>§returning: Vec<Returning>