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 | |
The constant represents the Boolean class. |
|
The constant represents the Calendar class. |
|
The constant represents the Double class. |
|
The constant represents the 32-bit Integer class. |
|
The constant represents the String class. |