| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzSet::Exists | (const KEY&,) |
Declared and defined in file: hzTmplSet.h
Function Logic:
Function body:
bool hzSet::Exists (const KEY& key)
{
_hzfunc("hzSet::Exists") ;
_hz_vn_Dat* pDN ;
int32_t nSlot ;
pDN = base._findDnodeByKey(nSlot, &key, HZ_ISAMSRCH_LO) ;
if (!pDN)
return false ;
return true ;
}