Defined in file: hdbIndex.cpp
Derivative of: _hz_sqle_term
A single SQL-esce term (see synopsis 'SQL-esce')
Constructors/Detructors
| _hz_sqle_unit* | _hz_sqle_unit | (void) | |
| void | ~_hz_sqle_unit | (void) |
Public Methods:
| hzEcode | Evaluate | (hzIntset& Result)hdbIndexText* pIndex, | Evaluate (search for) this single SQL-Esce term within the supplied index and place the result in the supplied bitmap. |
| hzString& | Key | (void) | |
| hzEcode | SetUop | (bool bNot) | |
| void | SetValue | (hzString& s) | |
| void | SetValue | (const char* s) |
Member Variables:
| hzString | m_Key | Word or value with which set is associated | |
| bool | m_bNot | Apply the ! unary operator when evaluating |