Table of Contents

TCreateTableCommand Class

DDL command that generates a CREATE TABLE statement.

Syntax

Unit: Aurelius.Schema.Commands

TCreateTableCommand = class(TDDLCommand);

Constructors

Name Description
Create Creates a TCreateTableCommand for the given table.

Properties

Name Description
CreateForeignKeys Indicates whether foreign key constraints are included inline in the CREATE TABLE statement.
Table Gets or sets the table metadata that this command will create.