Enum Column Type

Available types of values to be stored in records.

Value

Description

INTEGER

Whole number in the range -2,147,483,648 to 2,147,483,647

LONG

Whole number in the range -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807

BOOLEAN

Binary value - true/false

DATETIME

Date with time part

DAY

Date only (no time part)

STRING

Character array

FLOAT

Real number conforming to IEEE 754 (values with 23-bit mantissa and 8-bit exponent and sign).


iWay Software