Return Type | Function name | Arguments |
---|---|---|
hzEcode | hdbObjRepos::Select | (hdbIdset&,const char*,) |
Declared in file: hzDatabase.h
Defined in file : hdbObjRepos.cpp
Function Logic:
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 ; }