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