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 TIntCompact(RFavouritesDb &aDb,
TInt &aStep
)
Start incremental compaction on the given database.
Since
0.9

Parameters

RFavouritesDb & aDbThe database to be compacted.
TInt & aStepPlaceholder for the step counter to be returned.

Next(TInt &)

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

Parameters

TInt & aStepStep counter.

Recover(RFavouritesDb &, TInt &)

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

Parameters

RFavouritesDb & aDbThe database to be recovered.
TInt & aStepPlaceholder for the step counter to be returned.