enum IO2GTableColumn::O2GTableColumnType
Brief
The enum specifies a 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 IO2GTableColumn.getType method.
Static Public Fields | |
The constant represents the boolean data type. The type is equal to the standard C++ type - bool. |
|
The constant represents the date/time data type. The type is equal to OLE automation date. |
|
The constant represents the 64-bit floating-point data type. The type is equal to the standard C++ type - double. |
|
The constant represents the 32-bit integer data type on a 32 bit systems and the 64 bit integer on a 64-bit system. The type is equal to the standard C++ type - int. |
|
The constant represents the string data type. The type is equal to the standard C++ const pointer to char - const char*. |