Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic
plan pipelines and expressions for execution on the REST
server.
|
com.marklogic.client.type |
The package provides interfaces specifying the
type of an expression or value as passed to a
PlanBuilder
method or returned from a RowRecord
method. |
Modifier and Type | Method and Description |
---|---|
XsQNameVal |
XsValue.QName(javax.xml.namespace.QName value)
Constructs a qualified name as an xs:QName
schema value
|
XsQNameVal |
XsValue.QName(java.lang.String localName)
Constructs a qualified name as a xs:QName schema
value
|
XsQNameVal |
XsValue.QName(java.lang.String namespace,
java.lang.String localName)
Constructs a qualified name as a xs:QName schema
value
|
Modifier and Type | Method and Description |
---|---|
XsQNameSeqVal |
XsValue.QNameSeq(XsQNameVal... values)
Takes any number of xs:QName values and
constructs an xs:QName sequence
|
PlanFunction |
PlanBuilderBase.resolveFunction(XsQNameVal functionName,
java.lang.String modulePath)
Specifies a JavaScript or XQuery function
installed on the server for use in post-processing in a map() or
reduce() operation.
|
abstract PlanFunction |
PlanBuilder.resolveFunction(XsQNameVal functionName,
XsStringVal modulePath)
Specifies a JavaScript or XQuery function
installed on the server for use in post-processing in a map() or
reduce() operation.
|
Modifier and Type | Method and Description |
---|---|
XsQNameVal[] |
XsQNameSeqVal.getQNameItems() |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.