bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Building Queries and Data Views

 Previous Next Contents Index View as PDF  

Boolean Functions

Boolean functions return true (1) or false(0) values. The following boolean functions are available:

xf:false

Returns the boolean value false.

Data Types

XQuery Specification Compliance

Conforms to the current specification.

Examples

 


xf:not

Returns true if the value of the source value is false and false if the value of the source value is true.

Data Types

XQuery Specification Compliance

Examples

 


xf:true

Returns the boolean value true.

Data Types

XQuery Specification Compliance

Conforms to the current specification.

Examples

 

Back to Top Previous Next