Version 9.5 SP1
 —  X-Query Reference Guide  —

AndExpr

Check if one or more Boolean operands are all true.


Syntax

AndExpr

EqualityExpr | AndExpr and EqualityExpr

Top of page

Description

If all of the operands evaluate to the Boolean value "true", then "true" is returned, otherwise "false".

Top of page

Compatibility

The operator name must be specified using lower case.

It corresponds to the expression AndExpr defined in XPath, Section 3.4, Rule 22, but is extended by BetweenExpr. This allows SequenceExpr and ProximityExpr to be used as operands in an AndExpr.

Top of page

Examples

Top of page

Related Functions

BetweenExpr

Top of page