| 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 |
|---|---|
abstract ArrayNodeExpr |
PlanBuilder.jsonArray(JsonContentNodeExpr... property)
This function constructs a JSON array during row processing.
|
abstract PlanJsonProperty |
PlanBuilder.prop(String key,
JsonContentNodeExpr value)
This function specifies the key expression and value content for a JSON property of a JSON object contructed by the op:json-object function.
|
abstract PlanJsonProperty |
PlanBuilder.prop(XsStringExpr key,
JsonContentNodeExpr value)
This function specifies the key expression and value content for a JSON property of a JSON object contructed by the op:json-object function.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayNodeExpr
An instance of a JSON array node expression.
|
interface |
BooleanNodeExpr
An instance of a JSON boolean node expression.
|
interface |
NullNodeExpr
An instance of a JSON null node expression.
|
interface |
NumberNodeExpr
An instance of a JSON number node expression.
|
interface |
ObjectNodeExpr
An instance of a JSON object node expression.
|
interface |
TextNodeExpr
An instance of a JSON or XML text node expression.
|
Copyright © 2013-2017 MarkLogic Corporation.