(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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
EQUAL equal to 
NOT_EQUAL not equal to 
LESS less than 
GREATER greater than 
LESS_EQUAL less or eqal than 
GREATER_EQUAL greater or eqal than 
LIKE like  
NOT_LIKE not like 
SQLNULL is null 
NOT_SQLNULL is not null 
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

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.