LibreOffice
LibreOffice 7.4 SDK API Reference
|
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 More... | |
const long | NOT_EQUAL = 2 |
not equal to More... | |
const long | LESS = 3 |
less than More... | |
const long | GREATER = 4 |
greater than More... | |
const long | LESS_EQUAL = 5 |
less or equal than More... | |
const long | GREATER_EQUAL = 6 |
greater or equal than More... | |
const long | LIKE = 7 |
like More... | |
const long | NOT_LIKE = 8 |
not like More... | |
const long | SQLNULL = 9 |
is null More... | |
const long | NOT_SQLNULL = 10 |
is not null More... | |
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