Return TypeFunction nameArguments
hzEcodehdbObjRepos::Select(hdbIdset&,const char*,)

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

Function Logic:

0:START 1:_hdb_ck_initstate hdbIdset::Clear 2:Return rc

Function body:

hzEcode hdbObjRepos::Select (hdbIdset& result, const char* cpSQL)
{
   _hzfunc("hdbObjRepos::Select_a") ;
   hzEcode     rc = E_OK ;
   _hdb_ck_initstate(m_Name, m_eReposInit, HDB_REPOS_OPEN) ;
   result.Clear() ;
   return rc ;
}