class CommsDat::CMDBGenericRecord : public CommsDat::CMDBRecordBase |
Container for data and type information in a MetaDatabase record For use to contain user-defined records as an alternative to declaring a specific record class of type CCDRecordBase
Public Member Functions | |
---|---|
CMDBGenericRecord(TMDBElementId) | |
~CMDBGenericRecord() | |
IMPORT_C CMDBElement * | GetFieldByIdL(TMDBElementId) |
IMPORT_C CMDBElement * | GetFieldByNameL(const TPtrC &, TInt &) |
IMPORT_C void | InitializeL(const TDesC &, const SGenericRecordTypeInfo *) |
Private Attributes | |
---|---|
RPointerArray< CMDBElement > | iFields |
RArray< SGenericRecordTypeInfo > | iRecordInfo |
TBuf< KCDMaxFieldNameLength > | iRecordType |
Inherited Attributes | |
---|---|
CommsDat::CMDBElement::iElementId | |
CommsDat::CMDBElement::iValue |
EXP_DATA_VTABLE | CMDBGenericRecord | ( | TMDBElementId | aElementId | ) | [inline, explicit] |
TMDBElementId aElementId |
IMPORT_C CMDBElement * | GetFieldByIdL | ( | TMDBElementId | aId | ) | [virtual] |
TMDBElementId aId |
IMPORT_C CMDBElement * | GetFieldByNameL | ( | const TPtrC & | aFieldName, |
TInt & | aValType | |||
) | [virtual] |
IMPORT_C void | InitializeL | ( | const TDesC & | aTableName, |
const SGenericRecordTypeInfo * | aNewTableInfo | |||
) |
const TDesC & aTableName | |
const SGenericRecordTypeInfo * aNewTableInfo |