See: Description
Class | Description |
---|---|
CreateForeignKey |
Generates an
ALTER TABLE...ADD CONSTRAINT statement to add a foreign key constraint in MySQL. |
CreateIndex |
Generates a
CREATE INDEX statement for MySQL. |
CreateMySqlDdlFromSchemaDef |
Generates MySQL DDL from
SchemaDef |
CreateTable |
Generates a
CREATE TABLE statement for MySQL. |
CreateTableColumn |
Generates a column definition for a
CREATE TABLE statement for MySQL. |
DropTable |
Generates a
DROP TABLE statement for MySQL. |
DropTableConstraint |
Generates a
ALTER TABLE...DROP CONSTRAINT statement for MySQL. |
MySqlPart |
Enum | Description |
---|---|
ForeignKeyAction | |
TableColumnType |
Copyright (c) 2006-2023 North Concepts Inc. All Rights Reserved.