Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <D32DBMS.H>

Class TDbSeekMultiKey

class TDbSeekMultiKey : public TDbSeekKey;

Description

Database multi-column key value.

The class extends the behaviour of TDbSeekKey by allowing multi-column indexes to be searched using multi-column key values.

The template parameter S specifies the maximum number of column values that can be added to the key value.

Use the TDbSeekKey::Add(TInt) members to append the values for each column in the key value.

Derivation

Members

Defined in TDbSeekMultiKey:

Inherited from TDbSeekKey:


Construction and destruction


TDbSeekMultiKey()

inline TDbSeekMultiKey();

Description

Constructs an empty multi-column key value.