Struct server::parse::ast::UpdateStmt [] [src]

pub struct UpdateStmt {
    pub tid: String,
    pub alias: HashMap<String, String>,
    pub set: Vec<Condition>,
    pub conds: Option<Conditions>,
}

Information for table update

Fields

tid
alias
set
conds

Trait Implementations

Derived Implementations

impl PartialEq for UpdateStmt

fn eq(&self, __arg_0: &UpdateStmt) -> bool

fn ne(&self, __arg_0: &UpdateStmt) -> bool

impl Clone for UpdateStmt

fn clone(&self) -> UpdateStmt

fn clone_from(&mut self, source: &Self)

impl Debug for UpdateStmt

fn fmt(&self, __arg_0: &mut Formatter) -> Result