Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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() members to append the values for each column in the key value.

Derivation

Members

Defined in TDbSeekMultiKey:
TDbSeekMultiKey()

Inherited from TDbSeekKey:
Add()


Construction and destruction


TDbSeekMultiKey()

inline TDbSeekMultiKey();

Description

Constructs an empty multi-column key value.