Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: d32dbms.h
Link against:

Enum TDbTextComparison

TDbTextComparison

Support

Supported from 5.0

Description

Represents different ways of comparing Text and LongText columns.

This affects the ordering of indexes (see CDbKey), the evaluation of SQL queries and matching row constraints (see TDbQuery).

EDbCompareNormal

Use standard text comparison and ordering.

EDbCompareFolded

Use folded text for comparison and ordering.

EDbCompareCollated

Use collation for comparison and ordering.