Package | Description |
---|---|
org.basex.query |
XQuery implementation.
|
Modifier and Type | Method and Description |
---|---|
QueryProcessor |
QueryProcessor.bind(String name,
Object value)
Binds a value to a global variable.
|
QueryProcessor |
QueryProcessor.bind(String name,
Object value,
String type)
Binds a value with the specified type to a global variable.
|
QueryProcessor |
QueryProcessor.bind(String name,
Value value)
Binds an XQuery value to a global variable.
|
QueryProcessor |
QueryProcessor.context(Object value)
Binds the context value.
|
QueryProcessor |
QueryProcessor.context(Object value,
String type)
Binds the context value with a specified type,
using the same rules as for
binding variables . |
QueryProcessor |
QueryProcessor.context(Value value)
Binds the context value.
|
QueryProcessor |
QueryProcessor.http(Object value)
Binds the HTTP context to the query processor.
|
QueryProcessor |
QueryProcessor.namespace(String prefix,
String uri)
Declares a namespace.
|
Modifier and Type | Method and Description |
---|---|
String |
QueryInfo.toString(QueryProcessor qp,
long printed,
long hits,
boolean detailed)
Returns detailed query information.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.