FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

DataType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoDataType {
  FdoDataType_Boolean,
  FdoDataType_Byte,
  FdoDataType_DateTime,
  FdoDataType_Decimal,
  FdoDataType_Double,
  FdoDataType_Int16,
  FdoDataType_Int32,
  FdoDataType_Int64,
  FdoDataType_Single,
  FdoDataType_String,
  FdoDataType_BLOB,
  FdoDataType_CLOB
}
 The FdoDataType enumeration lists all of the base data types supported by FDO. More...

Enumeration Type Documentation

enum FdoDataType
 

The FdoDataType enumeration lists all of the base data types supported by FDO.

Enumeration values:
FdoDataType_Boolean  Represents a Boolean value of true or false.
FdoDataType_Byte  Represents unsigned 8-bit integers with values between 0 and 255.
FdoDataType_DateTime  Represents a date and time value.
FdoDataType_Decimal  Represents values ranging from 1.0 x 10^-28 to approximately 7.9 x 10^28 with 28-29 significant digits.
FdoDataType_Double  Represents a floating point value ranging from approximately 5.0 x 10^-324 to 1.7 x 10^308 with a precision of 15-16 digits.
FdoDataType_Int16  Represents signed 16-bit integers with values between -32768 and 32767.
FdoDataType_Int32  Represents signed 32-bit integers with values between -2147483648 and 2147483647.
FdoDataType_Int64  Represents signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807.
FdoDataType_Single  Represents floating point values ranging from approximately 1.5 x 10^-45 to 3.4 x 10^38, with a precision of 7 digits.
FdoDataType_String  Represents a Unicode character strings.
FdoDataType_BLOB  Represents a binary large object stored as a collection of bytes.
FdoDataType_CLOB  Represents a character large object stored as a collection of characters.

Definition at line 28 of file DataType.h.


Comments or suggestions? Send us feedback.