TIndexOptions type
|
Top |
Value
|
Meaning
|
ixPrimary
|
The index is the primary index of the table.
|
ixUnique
|
Each value in the index is unique; there are no duplicates.
|
ixDescending
|
The index imposes a descending sort order.
|
ixCaseInsensitive
|
The index sorts records case insensitively.
|