XmlExternalFunction::execute()

#include <DbXml.hpp>

virtual XmlResults 
XmlExternalFunction::execute(XmlTransaction &txn, XmlManager &mgr, 
                             const XmlArguments &args) const

This method is called from within a query to execute the function for which the instance was implemented. It returns an XmlResults object used by the query for further processing.

Parameters

txn

The XmlTransaction in which the operation is running.

mgr

The XmlManager instance controlling the operation.

args

The XmlArguments object used to retrieve the function arguments.

Class

XmlExternalFunction

See Also

XmlExternalFunction Methods