public interface OXQOptions
OXQFunctionMetaData.getOptions(), OXQConnection.createOptions()| Modifier and Type | Field and Description |
|---|---|
static javax.xml.namespace.QName |
OPTION_FUNCTION_DETERMINISTIC
The name of the option declaration that specifies whether an external function is deterministic or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
declareOption(javax.xml.namespace.QName name, java.lang.String value)
Declares an XQuery option.
|
javax.xml.namespace.QName[] |
getOptionNames()
Returns the names of the option declarations.
|
java.lang.String |
getOptionValue(javax.xml.namespace.QName optionName)
Returns the content of the specified option declaration.
|
static final javax.xml.namespace.QName OPTION_FUNCTION_DETERMINISTIC
void declareOption(javax.xml.namespace.QName name,
java.lang.String value)
throws XQException
name - option namevalue - option value (if null then an existing option is undeclared)XQException - if option name is nulljavax.xml.namespace.QName[] getOptionNames()
java.lang.String getOptionValue(javax.xml.namespace.QName optionName)
optionName - the name of the option declaration