Boolean Functions

The XPath editor context menu contains Boolean operators used in expressions.

Table 1. Boolean functions
Name Description
is equal to Checks values for equality.
is greater than Checks to see if the left-side operator is greater than the right-side operator.
is less than Checks to see if the left-side operator is less than the right-side operator.
is not equal to Checks values for inequality.
is greater than or equal to Checks to see if the left side is greater than or equal to the right side.
is less than or equal to Checks to see if the left side is less than or equal to the right side.
and Conditions joined together must all be true for the operator to be true.
or Only one of the conditions joined with this operator must be true for this to be true.
boolean Converts its argument to Boolean.
false Returns false.
not Returns true if its argument if false. Returns false otherwise.
Related concepts
XPath Editor

Send your feedback on this help topic to Sybase Technical Publications: pubs@sybase.com

Your comments will be sent to the technical publications staff at Sybase, Inc. For product-related issues or technical support, contact Sybase Technical Support at 1-800-8SYBASE.