Clear all contents of the free text index by clearing the ISAM and the map of keys
| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbIndexText::Clear | (void) |
Declared in file: hzDatabase.h
Defined in file : hdbIndex.cpp
Function Logic:
Function body:
hzEcode hdbIndexText::Clear (void)
{
// Clear all contents of the free text index by clearing the ISAM and the map of keys
// m_Isam.Clear() ;
m_Keys.Clear() ;
return E_OK ;
}