Table of Contents

Aurelius.Schema.Commands Namespace

Classes

Name Description
TCreateColumnCommand DDL command that generates an ALTER TABLE ... ADD COLUMN statement.
TCreateDBIndexCommand DDL command that generates a CREATE INDEX statement.
TCreateForeign​KeyCommand DDL command that generates an ALTER TABLE ... ADD FOREIGN KEY statement.
TCreateSequence​Command DDL command that generates a CREATE SEQUENCE statement.
TCreateTableCommand DDL command that generates a CREATE TABLE statement.
TDDLCommand Abstract base class for all DDL commands produced by a schema comparison operation.
TDropColumnCommand DDL command that generates an ALTER TABLE ... DROP COLUMN statement.
TDropDBIndexCommand DDL command that generates a DROP INDEX statement.
TDropForeign​KeyCommand DDL command that generates an ALTER TABLE ... DROP FOREIGN KEY statement.
TDropSequenceCommand DDL command that generates a DROP SEQUENCE statement.
TDropTableCommand DDL command that generates a DROP TABLE statement.
TDropUniqueKey​Command DDL command that generates an ALTER TABLE ... DROP CONSTRAINT statement for a unique key.
TEnableForeign​Keys​Command DDL command that enables or disables foreign key enforcement on the database connection.