| XArrayDB Reference > XArrayDB Object Constants > XTYPE |
XTYPE
Run Time
|
0 - Default |
XTYPE_DEFAULT |
|
1 - Boolean |
XTYPE_BOOLEAN |
|
2 - Byte |
XTYPE_BYTE |
|
3 - Currency |
XTYPE_CURRENCY |
|
4 - Date |
XTYPE_DATE |
|
5 - Double |
XTYPE_DOUBLE |
|
6 - Integer |
XTYPE_INTEGER |
|
7 - Long |
XTYPE_LONG |
|
8 - Single |
XTYPE_SINGLE |
|
9 - String |
XTYPE_STRING |
|
10 - Case-sensitive Find or QuickSort |
XTYPE_STRINGCASESENSITIVE |
|
11 - Numeric Find or QuickSort |
XTYPE_NUMBER |
The XTYPE constants are used to specify the data type of a column for the Find and QuickSort methods and the DefaultColumnType property.