Destroys all data in the Ram table and re-initializes everything. Arguments: None
| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbObjRepos::Clear | (void) |
Declared in file: hzDatabase.h
Defined in file : hdbObjRepos.cpp
Function Logic:
Function body:
hzEcode hdbObjRepos::Clear (void)
{
// Destroys all data in the Ram table and re-initializes everything.
//
// Arguments: None
_hzfunc("hdbObjRepos::Clear") ;
_hdb_ck_initstate(m_Name, m_eReposInit, HDB_REPOS_OPEN) ;
m_Cache.Clear() ;
return E_OK ;
}