XmlIndexLookup::setHighBound

API Ref

#include <DbXml.hpp>

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

XmlIndexLookup::Operation XmlIndexLookup::getHighBoundOperation() const

const XmlValue &XmlIndexLookup::getHighBoundValue() const


Description: XmlIndexLookup::setHighBound

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
XmlIndexLookup::LTE

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.