Destroys all data in the Ram table and re-initializes everything. Arguments: None

Return TypeFunction nameArguments
hzEcodehdbObjRepos::Clear(void)

Declared in file: hzDatabase.h
Defined in file : hdbObjRepos.cpp

Function Logic:

0:START 1:items items 2:Return E_OK

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 ;
}