Module server::parse::ast
[−]
[src]
Structs
AlterTableStmt |
Information for table alteration |
ColumnInfo |
Information for column creation |
Condition |
Information for the where-clause |
CreateTableStmt |
Information for table creation |
CreateViewStmt | |
DeleteStmt |
Information for data deletion |
InsertStmt |
Information for data insertion |
Limit |
Information for data output limiting |
SelectStmt |
Information for data selection |
Sort | |
Target |
Information for data selection |
UpdateStmt |
Information for table update |
Enums
AltStmt |
Split between alterable content (only Tables yet) |
AlterOp |
Possible operations for table alterations |
Col |
Information for data selection in select |
CompType |
Allowed operators for where-clause |
CondType |
Allowed data types for where-clause |
Conditions |
Conditions for managing AND/OR where-clauses |
CreateStmt |
Split between creatable content (only Tables yet) |
DataSrc | |
DefStmt |
All Data Definition Statements |
DropStmt |
Split between drop-able content (only Tables yet) |
ManipulationStmt |
All Data Manipulation Statements |
Order |
Possible values for "Order By" keyword |
Query | |
SpecOps |
Additional operations for ordering and limiting |
UseStmt |