Table of Contents

TDBIndexMetadata Class

Describes a non-unique database index on a table, identified by a name and a list of indexed columns.

Syntax

Unit: Aurelius.Sql.Metadata

TDBIndexMetadata = class(TMetadataInfo);

Constructors

Name Description
Create Creates a TDBIndexMetadata associated with the given table.

Properties

Name Description
Columns Gets the list of columns included in this index.
Name Gets or sets the index name as it appears in the database.
Table Gets the table that owns this index.