3.3 COLDATAFORMAT
Description
ENUM members
- DF_BYTE = 38
- Unsigned 8-bit integer. Values range from 0 to 255.
- DF_CHAR = 35
- Signed 8-bit integer. Values range from -128 to 127.
- DF_COMPLEX = 41
- Two 64-bit floating point values. One value for the real part and another for the imaginary part.
- DF_DATE = 3
- --
- DF_DOUBLE = 0
- 64-bit floating point.
- DF_FLOAT = 32
- 32-bit floating point.
- DF_LONG = 34
- Signed 32-bit integer. Values range from -2,147,483,648 to 2,147,483,647.
- DF_SHORT = 33
- Signed 16-bit integer. Values range from -32,768 to 32,767.
- DF_TEXT = 1
- --
- DF_TEXT_NUMERIC = 9
- --
- DF_TIME = 2
- --
- DF_ULONG = 40
- Unsigned 32-bit integer. Values range from 0 to 4,294,967,295
- DF_USHORT = 39
- Unsigned 16-bit integer. Values range from 0 to 65,535.
Remark
Version Information
8.0SR2
See Also