Skip to main content

Module model

Module model 

Source

Structs§

AlterConstraint
An ALTER TABLE … ADD CONSTRAINT that needs merging.
AlterIdentity
An ALTER TABLE … ALTER COLUMN … ADD GENERATED AS IDENTITY.
Column
A column definition within a table.
DomainDef
A CREATE DOMAIN statement.
EnumDef
A CREATE TYPE … AS ENUM statement.
ForeignKeyRef
Foreign key reference from a column-level constraint.
Index
A CREATE INDEX statement.
SchemaModel
The top-level schema model containing all parsed DDL objects.
Sequence
A CREATE SEQUENCE statement.
Table
A parsed CREATE TABLE statement.

Enums§

FkAction
Foreign key referential action.
IndexColumn
A column or expression in an index.
IndexMethod
Index access method.
TableConstraint
Table-level constraint.