Struct vervolg::ast::DeleteStatement [] [src]

pub struct DeleteStatement {
    pub table_name: Vec<String>,
    pub where_expr: Option<Box<Expression>>,
}

Fields

Trait Implementations

Auto Trait Implementations