XmlContainer::replaceIndex API Ref

#include <DbXml.hpp>

void XmlContainer::replaceIndex( const std::string &uri, const std::string &name, const std::string &index, XmlUpdateContext &context)

XmlContainer::replaceIndex( XmlTransaction &txn, const std::string &uri, const std::string &name, const std::string &index, XmlUpdateContext &context)


Description: XmlContainer::replaceIndex

Replaces an index of the specified type for the named document node. This method is for convenience -- see XmlIndexSpecification::replaceIndex for more information.

Parameters
txn uri name index context

Errors

The XmlContainer::replaceIndex method may fail and throw XmlException, encapsulating one of the following non-zero errors:


DATABASE_ERROR

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.