RFavouritesDbIncremental Class Reference
#include
<mw/favouritesdbincremental.h>
class RFavouritesDbIncremental : public RFavouritesHandle |
Detailed Description
Incremental object for Favourites Engine. This class provides incremental database administration (recovery, compaction). Usually client does not need to use this class.
Member Function Documentation
Compact ( RFavouritesDb &, TInt & )
Start incremental compaction on the given database.
- Since
- 0.9
Parameter | Description | aDb | The database to be compacted. |
aStep | Placeholder for the step counter to be returned. |
Next ( TInt & )
Perform next step of incremental operation.
- Since
- 0.9
Parameter | Description | aStep | Step counter. |
Recover ( RFavouritesDb &, TInt & )
Start incremental recovery on the given database.
- Since
- 0.9
Parameter | Description | aDb | The database to be recovered. |
aStep | Placeholder for the step counter to be returned. |