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 |
---|---|---|
XsIntVal |
XsValue.intVal(int value) |
Takes an int primitive and constructs an xs:int value
|
Modifier and Type | Method | Description |
---|---|---|
XsIntSeqVal |
XsValue.intSeq(XsIntVal... values) |
Takes any number of xs:int values and constructs an xs:int sequence
|
PlanBuilder.PreparePlan |
PlanBuilder.ModifyPlan.prepare(XsIntVal optimize) |
This method prepares the specified plan for execution as an optional final step before execution.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
XsByteVal |
An instance of a server byte value.
|
interface |
XsShortVal |
An instance of a server short value.
|
Modifier and Type | Method | Description |
---|---|---|
XsIntVal[] |
XsIntSeqVal.getIntItems() |
Copyright © 2013-2019 MarkLogic Corporation.