|
<< Click to Display Table of Contents >> Index functions |
![]() ![]()
|
Each Borland Database Engine (BDE) function listed below returns information about an index or indexes, or performs a task that affects an index, such as dropping it, deleting it, or adding it.
Function |
Description |
Creates an index on an existing table. |
|
Closes the specified index on a cursor. |
|
Compares two key values based on the current index of the cursor. |
|
Drops an index on a table. |
|
Retrieves the key value for the current record of the given cursor or from the supplied record buffer. |
|
Retrieves the properties of the given index associated with the cursor. |
|
Retrieves index properties. |
|
Returns the description of any useful index on the specified field. |
|
Retrieves the ordinal number of the index in the index list of the specified cursor. |
|
Retrieves a description of the index type. |
|
Opens the index for the table associated with the cursor. |
|
Regenerates an index to make sure that it is up-to-date (all records currently in the table are included in the index and are in the index order). |
|
Regenerates all out-of-date indexes on a given table. |
|
Allows the user to change the active index order of the given cursor. |