| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
ArrayNodeExpr
An instance of a JSON array node expression.
|
interface |
BooleanNodeExpr
An instance of a JSON boolean node expression.
|
interface |
JsonContentNodeExpr
An instance of a JSON boolean, null, number, or text 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.