Top
Interstage Big DataComplex Event Processing Server V1.1.0 Developer's Reference
FUJITSU Software

2.8.5 Boolean Functions

This section explains the functions that return Boolean values.

See

Boolean functions can be specified only in the right side of a condition expression when master data search is performed.

Refer to "2.5.7.4 Master Data Search" for details.

2.8.5.1 true() Function

The true() function returns "true", indicating always TRUE.

Use the true() function as a lookup search (master data search) keyword.


The true() function format is as follows:


Return value

The Boolean value (true) is returned.


2.8.5.2 false() Function

The false() function returns "false", indicating always FALSE.

Use the false() function as a lookup search (master data search) keyword.


The false() function format is as follows:


Return value

The Boolean value (false) is returned.