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
CContactTextField
s)
KStorageTypeStore
(used by
CContactStoreField
s)
KStorageTypeContactItemId
(used by
CContactAgentField
s)
KStorageTypeDateTime
(used by
CContactDateField
s)
Note that numeric fields are not currently supported. Numbers (e.g. telephone numbers) are stored in the database using text fields.