ISQLGenerator.GenerateDropSequence Method
Generates the DDL statement that drops a named database sequence.
Syntax
Unit: Aurelius.Sql.Interfaces
function ISQLGenerator.GenerateDropSequence(Sequence: TSequenceMetadata): string; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Sequence | TSequenceMetadata | The metadata describing the sequence to drop. |
Returns
The DROP SEQUENCE DDL statement as a SQL string.