RFavouritesDbIncremental Class Reference

#include <mw/favouritesdbincremental.h>

class RFavouritesDbIncremental : public RFavouritesHandle

Inherits from

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 & )

IMPORT_C TIntCompact(RFavouritesDb &aDb,
TInt &aStep
)
Start incremental compaction on the given database.
Since
0.9
ParameterDescription
aDbThe database to be compacted.
aStepPlaceholder for the step counter to be returned.

Returns: Error code.

Next ( TInt & )

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

Returns: Error code.

Recover ( RFavouritesDb &, TInt & )

IMPORT_C TIntRecover(RFavouritesDb &aDb,
TInt &aStep
)
Start incremental recovery on the given database.
Since
0.9
ParameterDescription
aDbThe database to be recovered.
aStepPlaceholder for the step counter to be returned.

Returns: Error code.