| 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 |
|---|---|
XsIntegerSeqExpr |
FnExpr.indexOf(XsAnyAtomicTypeSeqExpr seqParam,
String srchParam)
Returns a sequence of positive integers giving the positions within the sequence seqParam of items that are equal to srchParam.
|
XsIntegerSeqExpr |
FnExpr.indexOf(XsAnyAtomicTypeSeqExpr seqParam,
String srchParam,
String collationLiteral)
Returns a sequence of positive integers giving the positions within the sequence seqParam of items that are equal to srchParam.
|
XsIntegerSeqExpr |
FnExpr.indexOf(XsAnyAtomicTypeSeqExpr seqParam,
XsAnyAtomicTypeExpr srchParam)
Returns a sequence of positive integers giving the positions within the sequence seqParam of items that are equal to srchParam.
|
XsIntegerSeqExpr |
FnExpr.indexOf(XsAnyAtomicTypeSeqExpr seqParam,
XsAnyAtomicTypeExpr srchParam,
XsStringExpr collationLiteral)
Returns a sequence of positive integers giving the positions within the sequence seqParam of items that are equal to srchParam.
|
XsIntegerSeqExpr |
XsExpr.integerSeq(XsIntegerExpr... items)
Constructs a sequence of XsIntegerExpr items.
|
XsIntegerSeqExpr |
FnExpr.stringToCodepoints(XsStringExpr arg)
Returns the sequence of Unicode code points that constitute an xs:string.
|
| Modifier and Type | Method and Description |
|---|---|
XsStringExpr |
FnExpr.codepointsToString(XsIntegerSeqExpr arg)
Creates an
xs:string from a sequence of Unicode code points. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlanColumn
An instance of a column expression returned by a col() call in a row pipeline.
|
interface |
PlanParamExpr
An instance of a placeholder parameter returned by a call to the param() function that can represent a literal value in expressions and can be passed on a bind() call to be assigned a literal value when invoking a row pipeline.
|
interface |
PlanSystemColumn
An instance of a fragment id, graph id, or other system column for a row pipeline.
|
interface |
XsByteExpr
An instance of a server byte expression.
|
interface |
XsByteSeqExpr
A sequence of server byte expressions.
|
interface |
XsByteSeqVal
A sequence of server byte values.
|
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsIntegerExpr
An instance of a server integer expression.
|
interface |
XsIntegerSeqVal
A sequence of server integer values.
|
interface |
XsIntegerVal
An instance of a server integer value.
|
interface |
XsIntExpr
An instance of a server int expression.
|
interface |
XsIntSeqExpr
A sequence of server int expressions.
|
interface |
XsIntSeqVal
A sequence of server int values.
|
interface |
XsIntVal
An instance of a server int value.
|
interface |
XsLongExpr
An instance of a server long expression.
|
interface |
XsLongSeqExpr
A sequence of server long expressions.
|
interface |
XsLongSeqVal
A sequence of server long values.
|
interface |
XsLongVal
An instance of a server long value.
|
interface |
XsNegativeIntegerExpr
An instance of a server negative integer expression.
|
interface |
XsNegativeIntegerSeqExpr
A sequence of server negative integer expressions.
|
interface |
XsNonNegativeIntegerExpr
An instance of a server non-negative integer expression.
|
interface |
XsNonNegativeIntegerSeqExpr
A sequence of server non-negative integer expressions.
|
interface |
XsNonNegativeIntegerSeqVal
A sequence of non-negative integer values.
|
interface |
XsNonNegativeIntegerVal
An instance of a server non-negative integer value.
|
interface |
XsNonPositiveIntegerExpr
An instance of a server non-positive integer expression.
|
interface |
XsNonPositiveIntegerSeqExpr
A sequence of server non-positive integer expressions.
|
interface |
XsPositiveIntegerExpr
An instance of a server positive integer expression.
|
interface |
XsPositiveIntegerSeqExpr
A sequence of server positive integer expressions.
|
interface |
XsShortExpr
An instance of a server short expression.
|
interface |
XsShortSeqExpr
A sequence of server short expressions.
|
interface |
XsShortSeqVal
A sequence of server short values.
|
interface |
XsShortVal
An instance of a server short value.
|
interface |
XsUnsignedByteExpr
An instance of a server unsigned byte expression.
|
interface |
XsUnsignedByteSeqExpr
A sequence of server unsigned byte expressions.
|
interface |
XsUnsignedByteSeqVal
A sequence of server unsigned byte values.
|
interface |
XsUnsignedByteVal
An instance of a server unsigned byte value.
|
interface |
XsUnsignedIntExpr
An instance of a server unsigned int expression.
|
interface |
XsUnsignedIntSeqExpr
A sequence of server unsigned int expressions.
|
interface |
XsUnsignedIntSeqVal
A sequence of server unsigned int values.
|
interface |
XsUnsignedIntVal
An instance of a server unsigned int value.
|
interface |
XsUnsignedLongExpr
An instance of a server unsigned long expression.
|
interface |
XsUnsignedLongSeqExpr
A sequence of server unsigned long expressions.
|
interface |
XsUnsignedLongSeqVal
A sequence of server unsigned long values.
|
interface |
XsUnsignedLongVal
An instance of a server unsigned long value.
|
interface |
XsUnsignedShortExpr
An instance of a server unsigned short expression.
|
interface |
XsUnsignedShortSeqExpr
A sequence of server unsigned short expressions.
|
interface |
XsUnsignedShortSeqVal
A sequence of server unsigned short values.
|
interface |
XsUnsignedShortVal
An instance of a server unsigned short value.
|
Copyright © 2013-2017 MarkLogic Corporation.