Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: D32DBMS.H

D32DBMS.H Global variables


KDbMaxName

const TInt KDbMaxName;

Description

The maximum length for a DBMS name: 64 characters.

[Top]


KDbMaxColName

const TInt 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]


KDbUndefinedCount

const TInt KDbUndefinedCount;

Description

A value returned by RDbRowSet::Count() when the number of rows cannot be determined.

See also:

[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.

[Top]


KDbUnlimitedWindow

const TDbWindow KDbUnlimitedWindow;

Description

[Top]


KDbMaxStrLen

const TInt KDbMaxStrLen;

Description

The maximum length for a generic DBMS string, which might be transferred from DBMS server to the DBMS client using IPC.