Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use
This class represents a specific index description.
|
|
Properties | ||||
---|---|---|---|---|
Attributes | ClassName | Condition | Data | Deprecated |
Description | Extent | IdKey | Internal | Name |
PrimaryKey | Properties | SQLName | SequenceNumber | Type |
Unique |
|
This attribute is obsolete. Use 'Properties' instead.
A string containing the name of the class the index belongs to.
A string containing a condition for the index.
A string containing a comma-delimited list of properties stored with the index.
A flag indicating if this index is deprecated (1) or not (0).
A string containing a description of the index.
A flag indicating whether the index is an extent index (1) or not (0).An extent index is used to differentiate members of subclasses within extents.
A flag indicating whether the index is an IDKEY index (1) or not (0).
A flag indicating whether the index is internal (1) or not (0).
A string containing the name of the index.
A flag indicating whether the index is the SQL primary key (1) or not (0).
A string containing a comma-delimited list of the properties the index is based upon.
A string containing the name that this index as defined in SQL.
Sequence number used to determine order of this item in Studio editor and in XML export format.
A string indicating the type of index to create, KEY or INDEX. A key index is build using only the index attributes while an INDEX uses both the index attributes and the IDKEY attributes (or system generated ID value).
A flag indicating whether the index is unique (1) or not (0).
|
This is a Get accessor method for theAttributes property.
This is a Set accessor method for theAttributes property.