typedef TUint32 | TMDBAttributeFlags |
Attribute flags for an element in the Meta Database Attributes describe access rights to the data in the database
typedef TUint32 | TMDBElementId |
The identifier for any entry in the MetaDatabase. It can specify <TableId><ColumnId><RecordId> This identifies The data location in the database The meaning of the data within in the data schema The type of the data
const TMDBElementId | KCDTIdRecordTag |
Field will contain a user-defined numeric tag for a record. Useful for user searches and cheaper to search on a numeric tag than a string name. Can be null. This tag is not automatically connected with the record id itself, which is contained within the ElementId for the record and not in any field.
const TMDBElementId | KCDTIdRecordName |
Field will contain a user-defined string tag for a record. This is used to uniquely identify business level information within a record.
This field is useful for user searches, however it should be noted that it would be more efficient to use the KCDTIdRecordTag field instead as it is quicker and cheaper to search for a number than for a string.
typedef struct CommsDat::SGenericRecordTypeInfoTag | SGenericRecordTypeInfo |
To express type information for all MetaDatabase fields
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.