Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: 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 eqal than
GREATER_EQUAL
const long GREATER_EQUAL = 6;
Description
greater or eqal 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.