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

pub struct DeleteStmt {
    pub tid: String,
    pub alias: HashMap<String, String>,
    pub cond: Option<Conditions>,
}

Information for data deletion

Fields

tid
alias
cond

Trait Implementations

Derived Implementations

impl PartialEq for DeleteStmt

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

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

impl Clone for DeleteStmt

fn clone(&self) -> DeleteStmt

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

impl Debug for DeleteStmt

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