| 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 |
|---|---|
XsDateTimeVal |
XsValue.dateTime(Calendar value)
Takes a timestamp as a Calendar value and constructs an xs:dateTime value
|
XsDateTimeVal |
XsValue.dateTime(Date value)
Takes a timestamp as a Date value and constructs an xs:dateTime value
|
XsDateTimeVal |
XsValue.dateTime(String value)
Takes a timestamp in a string format based on ISO 8601 and constructs an xs:dateTime value
|
XsDateTimeVal |
XsValue.dateTime(XMLGregorianCalendar value)
Takes a timestamp as an XMLGregorianCalendar value and constructs an xs:dateTime value
|
| Modifier and Type | Method and Description |
|---|---|
XsDateTimeSeqVal |
XsValue.dateTimeSeq(XsDateTimeVal... values)
Takes any number of xs:dateTime values and constructs an xs:dateTime sequence
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection,
XsDateTimeVal timestamp)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection,
XsDateTimeVal timestamp,
XsStringSeqVal options)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
CtsQueryExpr |
CtsExpr.lsqtQuery(XsStringVal temporalCollection,
XsDateTimeVal timestamp,
XsStringSeqVal options,
XsDoubleVal weight)
Returns only documents before LSQT or a timestamp before LSQT for stable query results.
|
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 |
|---|---|
XsDateTimeVal[] |
XsDateTimeSeqVal.getDateTimeItems() |
Copyright © 2013-2017 MarkLogic Corporation.