The CIndex type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clear previous index criteria
|
![]() | Column |
Column name to create index on. Can be called multiple times
|
![]() | Create |
Create a new table Index
|
![]() | Delete(String) |
Delete (DROP) table Index from database
|
![]() | Delete(String, String) |
Shortcut to Delete Index from table
|
![]() | Exists(String) |
Check if table Index name is already in database
|
![]() | Exists(String, String) |
Shortcut to check if Index is already in table
|
![]() | Table |
Set Table name to work with
|
![]() | Unique |
Duplicate values are not allowed in table/index
|