class CStoreableOverrideSettings : public CCommDbOverrideSettings |
Creates override settings for the columns of specific tables, and stores and retrieves the override sets to and from both streams and buffers.
The buffer is a convenient way of passing this information across thread or process boundaries.
The CCommDbOverrideSettings base class provides the member functions for setting and fetching override values. Overrides are deprecated from v9.1
Public Member Functions | |
---|---|
~CStoreableOverrideSettings() | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
CBufStore * | GetStore() |
IMPORT_C void | InternalizeL(RReadStream &) |
IMPORT_C CStoreableOverrideSettings * | NewL(TParamList) |
IMPORT_C CStoreableOverrideSettings * | NewL(TParamList, TCommDbDatabaseType) |
IMPORT_C void | RestoreL(HBufC8 *) |
IMPORT_C CBufFlat * | StoreLC() |
Protected Member Functions | |
---|---|
CStoreableOverrideSettings(TParamList) | |
void | ConstructL() |
Inherited Enumerations | |
---|---|
CCommDbOverrideSettings:TParamList | |
CCommDbOverrideSettings:TValueType |
Private Attributes | |
---|---|
CBufStore * | iStore |
Inherited Attributes | |
---|---|
CCommDbOverrideSettings::iDb | |
CCommDbOverrideSettings::iIapOverrides | |
CCommDbOverrideSettings::iOverrides | |
CCommDbOverrideSettings::iPartialFull |
CStoreableOverrideSettings | ( | TParamList | aParamList | ) | [protected] |
TParamList aParamList |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
RWriteStream & aStream |
CBufStore * | GetStore | ( | ) | const [inline] |
Accesses the buffer store. 7.0 There is no need for this store - none of the above functions use this store. If a client needs a store it should create its own.
The pointer to the memory store object.
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
RReadStream & aStream |
IMPORT_C CStoreableOverrideSettings * | NewL | ( | TParamList | aParamList | ) | [static] |
TParamList aParamList |
IMPORT_C CStoreableOverrideSettings * | NewL | ( | TParamList | aParamList, |
TCommDbDatabaseType | aDbType | |||
) | [static] |
TParamList aParamList | |
TCommDbDatabaseType aDbType |