Enum server::parse::ast::CreateStmt
[−]
[src]
pub enum CreateStmt {
Table(CreateTableStmt),
View(CreateViewStmt),
Database(String),
}Split between creatable content (only Tables yet)
Variants
Table | |
View | |
Database |