XmlContainer::deleteIndex API Ref

#include <DbXml.hpp>

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

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


Description: XmlContainer::deleteIndex

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

Parameters
txn uri name index context

Errors

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


DATABASE_ERROR

UNKNOWN_INDEX

APIRef

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