Table of Contents

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.

Properties

Name Description
Columns Gets the list of columns that form the unique key.
Name Gets or sets the constraint name as it appears in the database.
Table Gets the table that owns this unique key.