Skip to main content

Module ddl_nodes

Module ddl_nodes 

Source

Structs§

AlterStatement
Represents an ALTER statement.
ColumnDefinition
Represents a column definition in a CREATE TABLE statement.
CreateStatement
Represents a CREATE statement.
DropStatement
Represents a DROP statement.

Enums§

AlterAction
Represents an action in an ALTER TABLE statement.
ColumnConstraint
Represents a constraint on a column.
CreateBody
Represents the body of a CREATE statement.
CreateObjectType
Represents the type of object to create.
DropObjectType
Represents the type of object to drop.