Namespace The.SQL.QIR.Statements
Classes
- 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.
- MultipleInsertExpression
Represents a multiple-row insert - the general case, requiring matched indices.
- SingleInsertExpression
Represents a single-row insert as a sequence of assignments.