Boolean Functions Tool Palette

The behavior of Boolean functions used in XPath functions is described in How Boolean Works in XPath Functions.

Boolean functions tool palette

IconNameDescription
is equal tois equal toChecks values for equality.
is greater thanis greater thanChecks to see if the left-side operator is greater than the right-side operator.
is less thanis less thanChecks to see if the left-side operator is less than the right-side operator.
is not equal tois not equal toChecks values for inequality.
is greater than or equal tois greater than or equal toChecks to see if the left side is greater than or equal to the right side.
is less than or equal tois less than or equal toChecks to see if the left side is less than or equal to the right side.
andandConditions joined together must all be true for the operator to be true.
andorOnly one of the conditions joined with this operator must be true for this to be true.
booleanbooleanConverts its argument to boolean.
falsefalseReturns false.
notnotReturns true if its argument if false. Returns false otherwise.

Tool Palettes

Node Set Functions Tool Palette

Number Functions Tool Palette

String Functions Tool Palette

Generic Variable and Constants Tool Palette

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com