XmlQueryContext::setVariableValue

API Ref

#include <DbXml.hpp>

void XmlQueryContext::setVariableValue(const std::string &name, const XmlValue &value);


Description: XmlQueryContext::setVariableValue

The XmlQueryContext::setVariableValue method binds the specified value to the specified variable.

Parameters

name
The name of the variable to bind.

value
The value to bind to the named variable.

Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.