Arithmetic data types¶
DT_NULL |
Null type (not a valid object) |
DT_UNSIGNED |
Unsigned temporary field (u1, u2, u4 or u8) |
DT_POINTER |
Object pointer field |
DT_INTEGER |
Integer |
DT_NUMBER |
Number (fixed point) |
DT_REAL |
Real number (floating point) |
DT_UDEF |
User defined type. See also usertype(). |
DT_TEXT |
Text |
DT_BINARY |
Binary |
Arithmetic data types returned by the datatype() function. These values are also used by the datatype clause, which retrieves or changes a field’s data type at run time.
RELATED TOPICS |