Skip to main content

Module dml_nodes

Module dml_nodes 

Source
Expand description

DML (Data Manipulation Language) node types.

Structsยง

Assignment
Represents an assignment in an UPDATE statement.
DeleteStatement
Represents a DELETE statement.
InsertStatement
Represents an INSERT statement.
UpdateStatement
Represents an UPDATE statement.