These constants are used to specify the filter operator which should be applied when creating a filter with the method XSingleSelectQueryComposer::setStructuredFilter(). More...
Variables | |
const long | EQUAL = 1 |
equal to | |
const long | NOT_EQUAL = 2 |
not equal to | |
const long | LESS = 3 |
less than | |
const long | GREATER = 4 |
greater than | |
const long | LESS_EQUAL = 5 |
less or equal than | |
const long | GREATER_EQUAL = 6 |
greater or equal than | |
const long | LIKE = 7 |
like | |
const long | NOT_LIKE = 8 |
not like | |
const long | SQLNULL = 9 |
is null | |
const long | NOT_SQLNULL = 10 |
is not null | |
These constants are used to specify the filter operator which should be applied when creating a filter with the method XSingleSelectQueryComposer::setStructuredFilter().
const long EQUAL = 1 |
equal to
const long GREATER = 4 |
greater than
const long GREATER_EQUAL = 6 |
greater or equal than
const long LESS = 3 |
less than
const long LESS_EQUAL = 5 |
less or equal than
const long LIKE = 7 |
like
const long NOT_EQUAL = 2 |
not equal to
const long NOT_LIKE = 8 |
not like
const long NOT_SQLNULL = 10 |
is not null
const long SQLNULL = 9 |
is null