| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hdbDatatype::SetBasetype | (hdbBasetype,) |
Declared and defined in file: hzDatabase.h
Function Logic:
Function body:
hzEcode hdbDatatype::SetBasetype (hdbBasetype bt)
{
if (m_Basetype != BASETYPE_UNDEF && m_Basetype != BASETYPE_CPP_UNDEF && m_Basetype != BASETYPE_HZO_UNDEF)
return E_SEQUENCE ;
m_Basetype = bt ;
return E_OK ;
}