Defined in file: hzDatabase.h
Constructors/Detructors
hdbMember* | hdbMember | (const hdbMember&) | |
hdbMember* | hdbMember | (void) | |
NULL-BASIS | ~hdbMember | (void) |
Public Methods:
hdbBasetype | Basetype | (void) | |
const hdbClass* | Class | (void) | |
bool | Compulsory | (void) | |
const hdbDatatype* | Datatype | (void) | |
unsigned short | DeltaId | (void) | |
const hdsFldspec* | GetSpec | (void) | |
hzEcode | Init | (const hdbClass* pClass, const hdbDatatype* pType, const hzString& name, unsigned int nPosn, hdbPopCtl popCtl) | |
bool | IsClass | (void) | |
bool | Multiple | (void) | |
bool | Optional | (void) | |
int | OsetAux | (void) | |
int | OsetStd | (void) | |
hdbPopCtl | PopCtl | (void) | |
unsigned int | Posn | (void) | |
hzEcode | SetSpec | (const hdsFldspec* pSpec) | |
bool | Singular | (void) | |
unsigned int | SizeAux | (void) | |
unsigned int | SizeCore | (void) | |
unsigned int | SizeDatum | (void) | |
hzEcode | _setAux | (int nAux) | |
hzEcode | _setId | (unsigned int mbrId) | |
hzEcode | _setOset | (int nOset) | |
hzString | strDesc | (void) | |
hzString | strName | (void) | |
const char* | txtDesc | (void) | |
const char* | txtName | (void) |
Overloaded operators:
bool | operator!= | (const hdbMember& op) | |
hdbMember& | operator= | (const hdbMember&) | |
bool | operator== | (const hdbMember& op) |
Member Variables:
hzString | m_Desc | No description | |
unsigned short | m_MemberUID | No description | |
hzString | m_Name | No description | |
hzString | m_dsmTabSubject | No description | |
short | m_nOsetAux | No description | |
short | m_nOsetStd | No description | |
unsigned short | m_nPosn | No description | |
const hdbClass* | m_pClass | No description | |
const hdsFldspec* | m_pSpec | No description | |
const hdbDatatype* | m_pType | No description | |
unsigned char | m_popCtl | No description | |
unsigned char | m_sizeAux | No description | |
unsigned char | m_sizeCore | No description | |
unsigned char | m_sizeDatum | No description |