Table of Contents

Namespace The.SQL.QIR.Statements

Classes

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

SelectExpression
SelectStatement
UpdateStatement