Set SQL term-pair operator

Return TypeFunction nameArguments
hzEcode_hz_sqle_form::SetBop(hzVconOp,)

Declared and defined in file: hdbIndex.cpp

Function Logic:

0:START 1:m_eBinary 2:Return E_OK

Function body:

hzEcode _hz_sqle_form::SetBop (hzVconOp eOperator)
   {
       //  Set SQL term-pair operator
       m_eBinary = eOperator ;
       return E_OK ;
   }