| XArrayDB Reference > XArrayDB Object Constants |
XCOMP
|
Description |
Run Time |
|
1 - Equal |
XCOMP_EQ |
|
2 - Less Than |
XCOMP_LT |
|
3 - Less Than or Equal To |
XCOMP_LE |
|
4 - Greater Than |
XCOMP_GT |
|
5 - Greater Than or Equal To |
XCOMP_GE |
|
6 - Not Equal To |
XCOMP_NE |
The XCOMP constants are used to specify a comparison operator for the Find method.
XORDER
|
Description |
Run Time |
|
0 - Ascending |
XORDER_ASCEND |
|
1 - Descending |
XORDER_DESCEND |
The XORDER constants are used to specify a search direction for the Find method and a sort order for the QuickSort method.
XTYPE
|
Description |
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.