XmlArguments API Ref

#include <DbXml.hpp>

class DbXml::XmlArguments { public: XmlResults getArguments(size_t index) const; unsigned int getNumberOfArgument() const; };


Description: XmlArguments

The XmlArguments class is used by implementors of XmlExternalFunction to access function arguments passed to the XmlExternalFunction::execute method.


Description: XmlResults XmlArguments::getArguments(size_t index) const

Get the argument at the specified index.

Parameters
index

Description: unsigned int XmlArguments::getNumberOfArguments() const

Get the number of arguments available in the object.


APIRef

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