XmlIndexLookup::setHighBound

#include <DbXml.hpp>

void XmlIndexLookup::setHighBound(
     const XmlValue &value,
     XmlIndexLookup::Operation op)

XmlIndexLookup::Operation XmlIndexLookup::getHighBoundOperation() const

const XmlValue &XmlIndexLookup::getHighBoundValue() const

Sets the operation and value to be used for the upper bound for a range index lookup operation. The high bound must be specified to indicate a range lookup.

Parameters

value

The value to be used for the upper bound. Use of an empty value results in an inequality lookup, rather than a range lookup.

op

The operation to be used on the upper bound. Must be one of:

  • XmlIndexLookup::LT

    less than

  • XmlIndexLookup::LTE

    less than or equal to

Class

XmlIndexLookup

See Also

XmlIndexLookup Methods