XmlQueryContext.setVariableValue

API Ref

import com.sleepycat.dbxml.*;

public void setVariableValue(String name, XmlValue value) throws XmlException;


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.