Table of Contents

Namespace The.SQL.QIR.Statements

Classes

DeleteStatement
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.

SelectExpression
SelectStatement
SingleInsertExpression

Represents a single-row insert as a sequence of assignments.

UpdateStatement