XmlIndexSpecification::next API Ref

#include <DbXml.hpp>

bool XmlIndexSpecification::next(std::string &uri, std::string &name, std::string &index)

bool XmlIndexSpecification::next(std::string &uri, std::string &name, Type &type, XmlValue::Type &syntax)


Description: XmlIndexSpecification::next

Obtains the next index in the XmlIndexSpecification. Use XmlIndexSpecification::reset to reset this iterator.

This method returns true if additional indices exist in the index list, otherwise it returns false.


Description: void XmlIndexSpecification::next(std::string &uri, std::string &name, std::string &index)

Returns the next index in the index specification in a string format.

Parameters
uri name index

Description: void XmlIndexSpecification::next(std::string &uri, std::string &name, Type &type, XmlValue::Type &syntax)

Returns the next index in the index specification using XmlIndexSpecification::Type and XmlValue::Type format.

Parameters
uri name type syntax

APIRef

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