The CIndex type exposes the following members.

Methods

  NameDescription
Public methodClear
Clear previous index criteria
Public methodColumn
Column name to create index on. Can be called multiple times
Public methodCreate
Create a new table Index
Public methodDelete(String)
Delete (DROP) table Index from database
Public methodDelete(String, String)
Shortcut to Delete Index from table
Public methodExists(String)
Check if table Index name is already in database
Public methodExists(String, String)
Shortcut to check if Index is already in table
Public methodTable
Set Table name to work with
Public methodUnique
Duplicate values are not allowed in table/index

See Also