Table of Contents

ISQLGenerator.GenerateCreateDBIndex Method

Generates the DDL statement that creates a non-unique database index on a table.

Syntax

Unit: Aurelius.Sql.Interfaces

function ISQLGenerator.GenerateCreateDBIndex(DBIndex: TDBIndexMetadata): string; virtual; abstract;

Parameters

<-> Parameter Type Description
DBIndex TDBIndexMetadata The metadata describing the index to create.

Returns

The CREATE INDEX DDL statement as a SQL string.

See also