Package org.basex.query.func.xquery
Class XQueryEval.XQueryOptions
java.lang.Object
org.basex.util.options.Options
org.basex.query.func.xquery.XQueryEval.XQueryOptions
- Enclosing class:
- XQueryEval
XQuery options.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.basex.util.options.Options
Options.YesNo, Options.YesNoOmit -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOptionQuery base-uri.static final NumberOptionMaximum amount of megabytes that may be allocated by the query.static final BooleanOptionPass on error info.static final EnumOption<Perm>Permission.static final NumberOptionTimeout in seconds. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.basex.util.options.Options
allowed, assign, assign, assign, assign, assign, contains, error, free, get, get, get, get, get, get, get, get, get, invert, iterator, names, option, put, set, set, set, set, set, set, set, set, setSystem, toMap, toMap, toString, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
PERMISSION
Permission. -
TIMEOUT
Timeout in seconds. -
MEMORY
Maximum amount of megabytes that may be allocated by the query. -
BASE_URI
Query base-uri. -
PASS
Pass on error info.
-
-
Constructor Details
-
XQueryOptions
public XQueryOptions()
-