Namespace The.SQL.QIR.Statements
Classes
- DirectInsertExpression
Represents an insert expression with direct assignment values.
- FromInsertExpression
Represents an insert expression that inserts from a subquery.
- InsertExpression
Two-level AST: InsertStatement has the target, and the cases of InsertExpression have the source.
- InsertStatement
Two-level AST: InsertStatement has the target, and the cases of InsertExpression have the source.