Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
Modifier and Type | Method and Description |
---|---|
SemUnknownExpr |
SemExpr.unknown(ServerExpression string,
ServerExpression datatype)
Returns a sem:unknown value with the given literal value and datatype IRI.
|
SemUnknownExpr |
SemExpr.unknown(ServerExpression string,
java.lang.String datatype)
Returns a sem:unknown value with the given literal value and datatype IRI.
|
Modifier and Type | Method and Description |
---|---|
SemUnknownSeqExpr |
SemExpr.unknownSeq(SemUnknownExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
Copyright © 2013-2018 MarkLogic Corporation.