Contents Index ULCursor class SQL data types enumeration pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULCursor class

Data types enumeration


This enumeration lists the available UltraLite data types, as constants. It contains the following members:

Enumeration value Description
BAD_INDEX An inappropriate argument was provided
S_LONG Signed 4-byte integer
S_SHORT Signed 2-byte integer
LONG 4-byte integer
SHORT 2-byte integer
TINY 1-byte integer
BIT Bit
TIMESTAMP_STRUCT Timestamp information as a struct.
DATE Data and time information as a string
TIME Time information as a string
S_BIG Signed 8-byte integer
BIG 8-byte integer
DOUBLE Double precision number
REAL Real number
BINARY Binary data, with a specified length
TCHAR Character data, with a specified length
NUMERIC Exact numerical data, with a specified precision and scale
MAX_INDEX Reserved

The GetColumnType method returns a value from this enumeration.

See also 

GetColumnType method


Contents Index ULCursor class SQL data types enumeration pdf/preface.pdf