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(java.util.Calendar value)
Takes a timestamp as a Calendar value and constructs an xs:dateTime value
|
XsDateTimeVal |
XsValue.dateTime(java.util.Date value)
Takes a timestamp as a Date value and constructs an xs:dateTime value
|
XsDateTimeVal |
XsValue.dateTime(java.lang.String value)
Takes a timestamp in a string format based on ISO 8601 and constructs an xs:dateTime value
|
XsDateTimeVal |
XsValue.dateTime(javax.xml.datatype.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-2018 MarkLogic Corporation.