Return Type | Function name | Arguments |
---|---|---|
hzEcode | hdbIsamfile::Delete | (const hzString&,) |
Declared in file: hzDatabase.h
Defined in file : hdbIsamfile.cpp
Function Logic:
Function body:
hzEcode hdbIsamfile::Delete (const hzString& key) { _hzfunc("hdbIsamfile::Delete") ; if (m_nInitState < 1) return E_NOINIT ; if (m_nInitState < 2) return E_NOTOPEN ; return E_OK ; }