XmlArguments |
![]() ![]() |
#include <DbXml.hpp>class DbXml::XmlArguments { public: XmlResults getArguments(size_t index) const; unsigned int getNumberOfArgument() const; };
The XmlArguments class is used by implementors of XmlExternalFunction to access function arguments passed to the XmlExternalFunction::execute method.
Get the argument at the specified index.
ParametersGet the number of arguments available in the object.
![]() ![]() |
Copyright (c) 1996-2009 Oracle. All rights reserved.