| 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(XsStringExpr string,
SemIriExpr datatype)
Returns a
sem:unknown value with the given literal value and datatype IRI. |
SemUnknownExpr |
SemExpr.unknown(XsStringExpr string,
String datatype)
Returns a
sem:unknown value with the given literal value and datatype IRI. |
| Modifier and Type | Method and Description |
|---|---|
SemIriExpr |
SemExpr.unknownDatatype(SemUnknownExpr val)
Returns the datatype IRI of a
sem:unknown value. |
SemUnknownSeqExpr |
SemExpr.unknownSeq(SemUnknownExpr... items)
Constructs a sequence of SemUnknownExpr items.
|
Copyright © 2013-2017 MarkLogic Corporation.