2.5.255 SXEZDoper
The SXEZDoper structure specifies a PivotTable data operation.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
vts |
grbitSign |
vtValue |
|||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
vts (1 byte): An unsigned integer that specifies the type of comparison used in the data operation. MUST be a value in the following table:
-
Value
Meaning
0x00
This SXEZDoper record is undefined and MUST be ignored.
0x04
This SXEZDoper specifies a numeric data operation.
0x06
This SXEZDoper specifies a string data operation.
0x0C
This SXEZDoper specifies that all space characters are matched in the data operation.
0x0E
This SXEZDoper specifies that all non-space characters are matched in the data operation.
-
grbitSign (1 byte): An unsigned integer that specifies the comparison operation between a database value and vtValue. MUST be one of the following values:
-
Value
Meaning
0x00
No operation. The vts field MUST be zero.
0x01
Less than
0x02
Equal to
0x03
Less than or equal to
0x04
Greater than
0x05
Not equal to
0x06
Greater than or equal to
vtValue (8 bytes): A field with the type and meaning specified by the value of vts, as specified in the following table:
-
Value of vts
vtValue meaning
0x00
Undefined and MUST be ignored.
0x04
An Xnum (section 2.5.342) that specifies the numeric value used in the numeric data operation.
0x06
A PivotCompProp that specifies the type of string comparison.
0x0C
Undefined and MUST be ignored.
0x0E
Undefined and MUST be ignored.