Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: d32dbms.h

Constants

Support

Supported from 5.0

Description

A set of constants used by the DBMS Columns, column sets and keys API


KDbMaxName

const TUint KDbMaxName

Description

The maximum length for a DBMS name: 64 characters.

[Top]


KDbMaxColName

const TUint KDbMaxColName

Description

The maximum length for a DBMS column name: 64 characters.

[Top]


KDbNullColNo

const TDbColNo KDbNullColNo

Description

Indicates that a specified column does not exist.

[Top]


KDbUndefinedLength

const TInt KDbUndefinedLength

Description

The length of a column is undefined.

[Top]


KDbDefaultTextColLength

const TInt KDbDefaultTextColLength

Description

The default text column length. This is equal to 50.