WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
ESQL BOOLEAN data type
The BOOLEAN data type holds a Boolean value.
The Boolean value can have the following values:
- TRUE
- FALSE
- UNKNOWN
Boolean literals consist of the keywords TRUE, FALSE, and UNKNOWN. The literals can appear in uppercase or lowercase. For further information about UNKNOWN, see the IF statement.