Enum server::parse::ast::AlterOp [] [src]

pub enum AlterOp {
    Add(ColumnInfo),
    Drop(String),
    Modify(ColumnInfo),
}

Possible operations for table alterations

Variants

Add
Drop
Modify

Trait Implementations

Derived Implementations

impl PartialEq for AlterOp

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

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

impl Clone for AlterOp

fn clone(&self) -> AlterOp

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

impl Debug for AlterOp

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