Numerical Operators

When an expression token contains a value or attribute with an integer data type, the following operators can be used within those expression tokens:

Operator Meaning
QOP_NUMERIC_EQ is equal to
QOP_NUMERIC_NEQ is not equal to
QOP_NUMERIC_GT is greater than
QOP_NUMERIC_LT is less than
QOP_NUMERIC_GTE is greater than or equal to
QOP_NUMERIC_LTE is less than or equal to