Location:
cntdef.h
typedef TUint TStorageType;
Supported from 5.0
The storage type is an unsigned integer value which identifies the type of data stored in a contact item field. The possible values for the storage type are defined in cntdef.hrh as:
KStorageTypeText (used by
CContactTextFields)
KStorageTypeStore (used by
CContactStoreFields)
KStorageTypeContactItemId (used by
CContactAgentFields)
KStorageTypeDateTime (used by
CContactDateFields)
Note that numeric fields are not currently supported. Numbers (e.g. telephone numbers) are stored in the database using text fields.