![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Product Manuals » DBISAM Version 4 Manual for RAD Studio XE (Delphi) » Component Reference » TDBISAMTable » AddIndex Method |
procedure AddIndex(const Name,Fields: String; Options: TIndexOptions=[]; const DescFields: String=''; Compression: TIndexCompression=icNone; NoKeyStatistics: Boolean=False)
Option | Description |
ixPrimary | Represents the primary index for a table. |
ixUnique | Represents a unique index which does not permit duplicate index key values. The primary index is always implicitly unique. |
ixDescending | Represents an index that sorts some or all fields in the index in descending order. The DescFields parameter controls which fields. |
ixCaseInsensitive | Represents an index that sorts without case-sensitivity. |
This web page was last updated on Monday, August 8, 2022 at 08:09 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |