:: com :: sun :: star :: sdb ::
|
unpublished |
constants group SQLFilterOperator |
|
|
- Usage Restrictions
- not published
- Description
- These constants are used to specify the filter operator
which should be applied when creating a filter
with the method XSingleSelectQueryComposer::setStructuredFilter.
- See also
- SingleSelectQueryComposer, XSingleSelectQueryComposer
|
Constants' Details |
EQUAL
const long EQUAL = 1;
- Description
- equal to
|
|
NOT_EQUAL
const long NOT_EQUAL = 2;
- Description
- not equal to
|
|
LESS
const long LESS = 3;
- Description
- less than
|
|
GREATER
const long GREATER = 4;
- Description
- greater than
|
|
LESS_EQUAL
const long LESS_EQUAL = 5;
- Description
- less or equal than
|
|
GREATER_EQUAL
const long GREATER_EQUAL = 6;
- Description
- greater or equal than
|
|
LIKE
const long LIKE = 7;
- Description
- like
|
|
NOT_LIKE
const long NOT_LIKE = 8;
- Description
- not like
|
|
SQLNULL
const long SQLNULL = 9;
- Description
- is null
|
|
NOT_SQLNULL
const long NOT_SQLNULL = 10;
- Description
- is not null
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.