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 | Description |
---|---|---|
XsBase64BinarySeqVal |
XsValue.base64BinarySeq(byte[]... values) |
Takes any number of binary values as a byte array and constructs an xs:base64Binary sequence
|
XsBase64BinarySeqVal |
XsValue.base64BinarySeq(XsBase64BinaryVal... values) |
Takes any number of xs:base64Binary values and constructs an xs:base64Binary sequence
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
XsBase64BinaryVal |
An instance of a server base 64 binary value.
|
Copyright © 2013-2019 MarkLogic Corporation.