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 |
---|---|
XsBase64BinaryVal |
XsValue.base64Binary(byte[] value)
Takes a binary value as a byte array and
constructs an xs:base64Binary value
|
Modifier and Type | Method and Description |
---|---|
XsBase64BinarySeqVal |
XsValue.base64BinarySeq(XsBase64BinaryVal... values)
Takes any number of xs:base64Binary values and
constructs an xs:base64Binary sequence
|
Modifier and Type | Method and Description |
---|---|
XsBase64BinaryVal[] |
XsBase64BinarySeqVal.getBase64BinaryItems() |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.