TUniqueKeyMetadata Class
Describes a unique key constraint on a database table, identified by a name and a list of constituent columns.
Syntax
Unit: Aurelius.Sql.Metadata
TUniqueKeyMetadata = class(TMetadataInfo);
Constructors
| Name | Description |
|---|---|
| Create | Creates a TUniqueKeyMetadata associated with the given table. |