|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OXQOptions
Exposes the contents of zero or more XQuery option declarations.
OXQFunctionMetaData.getOptions(), OXQConnection.createOptions()| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
OPTION_FUNCTION_DETERMINISTICThe name of the option declaration that specifies whether an external function is deterministic or not. |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final javax.xml.namespace.QName OPTION_FUNCTION_DETERMINISTIC
| Method Detail |
|---|
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
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.