Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MetaDatabase.h>

Struct CommsDat::SGenericRecordTypeInfoTag

struct SGenericRecordTypeInfoTag;

Description

To express type information for all MetaDatabase fields

Members

Defined in CommsDat::SGenericRecordTypeInfoTag:


Construction and destruction


SGenericRecordTypeInfoTag()

inline SGenericRecordTypeInfoTag();

Description


SGenericRecordTypeInfoTag(TMDBElementId,TInt,TFieldTypeAttributes)

inline SGenericRecordTypeInfoTag(TMDBElementId aId, TInt aVal, TFieldTypeAttributes aAttrType);

Description

Parameters

CommsDat::TMDBElementId aId

TInt aVal

CommsDat::TFieldTypeAttributes aAttrType


SGenericRecordTypeInfoTag(TMDBElementId,TInt,TFieldTypeAttributes,TText *const)

inline SGenericRecordTypeInfoTag(TMDBElementId aId, TInt aVal, TFieldTypeAttributes aAttrType, TText *const aTypeName);

Description

Parameters

CommsDat::TMDBElementId aId

TInt aVal

CommsDat::TFieldTypeAttributes aAttrType

TText *const aTypeName


SGenericRecordTypeInfoTag(TMDBElementId,TInt,TFieldTypeAttributes,const TGenericTypeName &)

inline SGenericRecordTypeInfoTag(TMDBElementId aId, TInt aVal, TFieldTypeAttributes aAttrType, const TGenericTypeName &aTypeName);

Description

Parameters

CommsDat::TMDBElementId aId

TInt aVal

CommsDat::TFieldTypeAttributes aAttrType

const TBuf &aTypeName

[Top]


Member data


iTypeId

TMDBElementId iTypeId;

Description

Identifier for the field type.


iValType

TInt iValType;

Description

The field type value e.g.EText, EMedText.


iTypeAttr

TFieldTypeAttributes iTypeAttr;

Description

The type's attribute, either ENoAttrs or ENotNull.


iTypeName

TGenericTypeName iTypeName;

Description

Name of the field type.