Defined in header file: hzDatabase.h
This is returned by the Whatami functions of the hdbIndex class family
Enum definition:
enum hdbIdxtype
{
| HZINDEX_NULL | No index | ||
| HZINDEX_ENUM | Index is hdbIndexEnum | ||
| HZINDEX_UKEY | Index is hdbIndexUkey | ||
| HZINDEX_ORDR | Index is hdbIndexOrdr | ||
| HZINDEX_TEXT | Index is hdbIndexText | ||
| HZINDEX_BOOL | Index is hdbIndexBool |
} ;