XmlContainer::deleteDefaultIndex API Ref

#include <DbXml.hpp>

void XmlContainer::deleteDefaultIndex(const std::string &index, XmlUpdateContext &context)

void XmlContainer::deleteDefaultIndex(XmlTransaction &txn, const std::string &index, XmlUpdateContext &context)


Description: XmlContainer::deleteDefaultIndex

Deletes the default index for the container. This method is for convenience - see XmlIndexSpecification::deleteDefaultIndex for more information.

Parameters
txn index context

Errors

The XmlContainer::deleteDefaultIndex 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.