Boolean someString (int columnNumber, String compOp, String comparand)

The method returns a value indicating whether the specified comparison is true for some row of the result set.

For example, if rsx is a Java variable of type ResultSetXml:

if rxs>>someString(3, “<“, “compare value”) ...

This condition is true if in the result set represented by rsx, for some row, the value of column 3 is less than “compare value.”