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 |
---|---|
XsLongVal |
XsValue.longVal(long value)
Takes a long primitive and constructs an xs:long value
|
Modifier and Type | Method and Description |
---|---|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.limit(XsLongVal length)
This method returns a subset of the rows in the result set by returning the specified number of rows.
|
XsLongSeqVal |
XsValue.longSeq(XsLongVal... values)
Takes any number of xs:long values and constructs an xs:long sequence
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.offset(XsLongVal start)
This method returns a subset of the rows in the result set by skipping the number of rows specified by start and returning the remaining rows up to the number specified by the prototype.limit method.
|
PlanBuilder.ModifyPlan |
PlanBuilderBase.ModifyPlanBase.offsetLimit(XsLongVal start,
XsLongVal length)
This method returns a subset of the rows in the result set by skipping the number of rows specified by start and returning the remaining rows up to the length limit.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsIntVal
An instance of a server int value.
|
interface |
XsShortVal
An instance of a server short value.
|
Modifier and Type | Method and Description |
---|---|
XsLongVal[] |
XsLongSeqVal.getLongItems() |
Copyright © 2013-2020 MarkLogic Corporation.