RFavouritesDbIncremental Class Reference

class RFavouritesDbIncremental : public RFavouritesHandle

Incremental object for Favourites Engine. This class provides incremental database administration (recovery, compaction). Usually client does not need to use this class.

Inherits from

Member Functions Documentation

Compact(RFavouritesDb &, TInt &)

IMPORT_C TInt Compact ( RFavouritesDb & aDb,
TInt & aStep
)
Start incremental compaction on the given database.
Since
0.9

Parameters

RFavouritesDb & aDb The database to be compacted.
TInt & aStep Placeholder for the step counter to be returned.

Next(TInt &)

IMPORT_C TInt Next ( TInt & aStep )
Perform next step of incremental operation.
Since
0.9

Parameters

TInt & aStep Step counter.

Recover(RFavouritesDb &, TInt &)

IMPORT_C TInt Recover ( RFavouritesDb & aDb,
TInt & aStep
)
Start incremental recovery on the given database.
Since
0.9

Parameters

RFavouritesDb & aDb The database to be recovered.
TInt & aStep Placeholder for the step counter to be returned.