Expand description
Foreign key definition & alternations statements.
§Usage
- Table Foreign Key Create, see
ForeignKeyCreateStatement
- Table Foreign Key Drop, see
ForeignKeyDropStatement
Structs§
- Foreign
Key - Shorthand for constructing any foreign key statement
- Foreign
KeyCreate Statement - Create a foreign key constraint for an existing table. Unsupported by Sqlite
- Foreign
KeyDrop Statement - Drop a foreign key constraint for an existing table
- Table
Foreign Key - Specification of a foreign key
Enums§
- Foreign
KeyAction - Foreign key on update & on delete actions
- Foreign
KeyStatement - All available types of foreign key statement