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(ServerExpression start,
ServerExpression end)
Creates a period value, for use as a parameter
to cts:period-range-query or cts:period-compare-query.
|
CtsPeriodExpr |
CtsExpr.period(java.lang.String start,
java.lang.String 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(java.lang.String axis,
java.lang.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 © 2024 MarkLogic Corporation. All Rights Reserved.