Set SQL term-pair operator
| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | _hz_sqle_form::SetBop | (hzVconOp,) |
Declared and defined in file: hdbIndex.cpp
Function Logic:
Function body:
hzEcode _hz_sqle_form::SetBop (hzVconOp eOperator)
{
// Set SQL term-pair operator
m_eBinary = eOperator ;
return E_OK ;
}