| Name | Description | |
|---|---|---|
![]() | Description | The user's description of the database object (Inherited from VistaDB.DDA.IVistaDBDatabaseObject) |
![]() | FKConstraint | Is this index built to support Foreign Key support? The index is internal to the engine and cannot be dropped explicitly. |
![]() | FullTextSearch | The index is generated by engine to support full text search. |
![]() | KeyExpression | Key expression |
![]() | KeyStructure | Get array of table row columns indexes participating in the index key. It is ordered according to list of columns in Filter Expression |
![]() | Name | Index's name |
![]() | Primary | The index is primary |
![]() | Temporary | The index is temporary. It is not added to database storage and kept separately in user temporary directory. |
![]() | Unique | Are key values unique values enforced by the unique constraint? This index being standard sets unique constraint for table insert/update operations |
