enum O2GTableColumnType

Brief

The enum defines set of constants representing the data type of a table column.

Details

The data type of a table column can be obtained by calling the O2GTableColumn.getType method.

The namespace is com.fxcore2.

Static Public Fields

BOOLEAN

The constant represents the Boolean class.

DATE

The constant represents the Calendar class.

DOUBLE

The constant represents the Double class.

INTEGER

The constant represents the 32-bit Integer class.

STRING

The constant represents the String class.

back