| 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 |
|---|---|
XsDateTimeSeqVal |
XsValue.dateTimeSeq(Calendar... values)
Takes any number of timestamps as Calendar values and constructs an xs:dateTime sequence
|
XsDateTimeSeqVal |
XsValue.dateTimeSeq(Date... values)
Takes any number of timestamps as Date values and constructs an xs:dateTime sequence
|
XsDateTimeSeqVal |
XsValue.dateTimeSeq(String... values)
Takes any number of timestamps in a string format based on ISO 8601 and constructs an xs:dateTime sequence
|
XsDateTimeSeqVal |
XsValue.dateTimeSeq(XMLGregorianCalendar... values)
Takes any number of timestamps as XMLGregorianCalendar values and constructs an xs:dateTime sequence
|
XsDateTimeSeqVal |
XsValue.dateTimeSeq(XsDateTimeVal... values)
Takes any number of xs:dateTime values and constructs an xs:dateTime sequence
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XsDateTimeVal
An instance of a server datetime value.
|
Copyright © 2013-2017 MarkLogic Corporation.