| 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 |
|---|---|
CtsPeriodExpr |
CtsExpr.period(String start,
String end)
Creates a period value, for use as a parameter to cts:period-range-query or cts:period-compare-query.
|
CtsPeriodExpr |
CtsExpr.period(XsDateTimeVal start,
XsDateTimeVal end)
Creates a period value, for use as a parameter to cts:period-range-query or cts:period-compare-query.
|
| Modifier and Type | Method and Description |
|---|---|
CtsQueryExpr |
CtsExpr.periodRangeQuery(String axisName,
String operator,
CtsPeriodExpr... period)
Returns a
cts:query matching axis by name with a period value with an operator. |
CtsPeriodSeqExpr |
CtsExpr.periodSeq(CtsPeriodExpr... items)
Constructs a sequence of CtsPeriodExpr items.
|
Copyright © 2013-2017 MarkLogic Corporation.