XmlExternalFunction::close()

#include <DbXml.hpp>

virtual void XmlExternalFunction::close()

This method is called when the query has finished using the object. It allows the implementation to clean up if necessary. If a new instance of XmlExternalFunction is returned from XmlResolver::resolveExternalFunction then this method will probably need to delete itself to avoid memory leaks.

Class

XmlExternalFunction

See Also

XmlExternalFunction Methods