Struct server::parse::ast::CreateViewStmt
[−]
[src]
pub struct CreateViewStmt { pub name: String, pub opt: bool, pub sel: SelectStmt, }
Fields
name | |
opt | |
sel |