|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.marklogic.xdbc.XDBCXQueryException.Variable
An XQuery evaluator variable binding.
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 |
public XDBCXQueryException.Variable(String name,
String value)
name - The variable name.value - The variable value.| Method Detail |
public String getName()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||