TCreateSequenceCommand Class
DDL command that generates a CREATE SEQUENCE statement.
Syntax
Unit: Aurelius.Schema.Commands
TCreateSequenceCommand = class(TDDLCommand);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TCreateSequenceCommand for the given sequence. |
Properties
| Name | Description |
|---|---|
| Sequence | Gets or sets the sequence metadata that this command will create. |