Return Type | Function name | Arguments |
---|---|---|
hzEcode | hdbIndexText::Eval | (hdbIdset&,const hzString&,) |
Declared in file: hzDatabase.h
Defined in file : hdbIndex.cpp
Function Logic:
Function body:
hzEcode hdbIndexText::Eval (hdbIdset& result, const hzString& criteria) { _hz_sqle_expr exp ; hzEcode rc ; rc = exp.Parse(result, criteria) ; if (rc != E_OK) return rc ; exp.m_pIndex = this ; return exp.Evaluate(result) ; }