class RDbStoreDatabase : public RDbDatabase |
DBMS Store database implementation
Public Member Functions | |
---|---|
IMPORT_C void | CompressL(CStreamStore &, TStreamId) |
IMPORT_C TStreamId | CreateL(CStreamStore *) |
IMPORT_C void | DecompressL(CStreamStore &, TStreamId) |
IMPORT_C void | OpenL(CStreamStore *, TStreamId) |
Inherited Attributes | |
---|---|
RDbDatabase::iDatabase |
IMPORT_C void | CompressL | ( | CStreamStore & | aStore, |
TStreamId | aId | |||
) | [static] |
CStreamStore & aStore | |
TStreamId aId |
IMPORT_C TStreamId | CreateL | ( | CStreamStore * | aStore | ) |
CStreamStore * aStore |
IMPORT_C void | DecompressL | ( | CStreamStore & | aStore, |
TStreamId | aId | |||
) | [static] |
CStreamStore & aStore | |
TStreamId aId |
IMPORT_C void | OpenL | ( | CStreamStore * | aStore, |
TStreamId | anId | |||
) |
CStreamStore * aStore | |
TStreamId anId |