ISQLGenerator.GenerateDropDBIndex Method
Generates the DDL statement that drops a non-unique database index.
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLGenerator.GenerateDropDBIndex(DBIndex: TDBIndexMetadata): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| DBIndex | TDBIndexMetadata | The metadata describing the index to drop. |
Returns
The DROP INDEX DDL statement as a SQL string.