Table of Contents

ISQLGenerator.GenerateDropTable Method

Generates the DDL statement that drops an existing database table.

Syntax

Unit: Aurelius.Sql.Interfaces

function ISQLGenerator.GenerateDropTable(Table: TTableMetadata): string; virtual; abstract;

Parameters

<-> Parameter Type Description
Table TTableMetadata The metadata describing the table to drop.

Returns

The DROP TABLE DDL statement as a SQL string.

See also