com.marklogic.xdbc
Class XDBCXQueryException.Variable

java.lang.Object
  extended bycom.marklogic.xdbc.XDBCXQueryException.Variable
Enclosing class:
XDBCXQueryException

public static class XDBCXQueryException.Variable
extends Object

An XQuery evaluator variable binding.

See Also:
XDBCXQueryException.Frame

Constructor Summary
XDBCXQueryException.Variable(String name, String value)
          Construct a variable binding.
 
Method Summary
 String getName()
          Gets the variable name.
 String getValue()
          Gets the variable value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDBCXQueryException.Variable

public XDBCXQueryException.Variable(String name,
                                    String value)
Construct a variable binding.

Parameters:
name - The variable name.
value - The variable value.
Method Detail

getName

public String getName()
Gets the variable name.


getValue

public String getValue()
Gets the variable value.