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

pub struct CreateViewStmt {
    pub name: String,
    pub opt: bool,
    pub sel: SelectStmt,
}

Fields

name
opt
sel

Trait Implementations

Derived Implementations

impl PartialEq for CreateViewStmt

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

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

impl Clone for CreateViewStmt

fn clone(&self) -> CreateViewStmt

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

impl Debug for CreateViewStmt

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