XmlQueryContext::setDefaultCollection

#include <DbXml.hpp>

void XmlQueryContext::setDefaultCollection(const std::string &uri); 

The default collection is that which is used by fn:collection() without any arguments in an XQuery expression.

Parameters

uri

A URI specifying the name of the collection.

Class

XmlQueryContext

See Also

XmlQueryContext Methods