RDbStoreDatabase Class Reference
class RDbStoreDatabase : public RDbDatabase |
DBMS Store database implementation
Member Functions Documentation
CreateL(CStreamStore *)
Creates a new non-secure, non-shareable database, which will be located in a stream store.
Note:
RDbNamedDatabase should always be the preferred choice, except the following two cases:
- your intention is to create, fill and then compress a database, which will be used only in a read-only mode;
- your intention is to create a database in a stream store, which stream store will be used for storing
some additional, non-database data;
Parameters
CStreamStore * aStore | The stream store object, where the database will be created. |
DecompressL(CStreamStore &, TStreamId)
OpenL(CStreamStore *, TStreamId)
Opens an existing non-secure, non-shareable database, which is located in a stream store.
Note:
RDbNamedDatabase should always be the preferred choice, except the following two cases:
- your intention is to create, fill and then compress a database, which will be used only in a read-only mode;
- your intention is to create a database in a stream store, which stream store will be used for storing
some additional, non-database data;
Parameters
CStreamStore * aStore | The stream store object, where the database is located. |
TStreamId anId | The id of the root stream of the database. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.