| 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 |
|---|---|
XsDateVal |
XsValue.date(Calendar value)
Takes a date as a Calendar value and constructs an xs:date value
|
XsDateVal |
XsValue.date(String value)
Takes a date in a string format based on ISO 8601 and constructs an xs:date value
|
XsDateVal |
XsValue.date(XMLGregorianCalendar value)
Takes a date as an XMLGregorianCalendar value and constructs an xs:date value
|
| Modifier and Type | Method and Description |
|---|---|
XsDateSeqVal |
XsValue.dateSeq(XsDateVal... values)
Takes any number of xs:date values and constructs an xs:date sequence
|
| Modifier and Type | Method and Description |
|---|---|
XsDateVal[] |
XsDateSeqVal.getDateItems() |
Copyright © 2013-2017 MarkLogic Corporation.