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 |
---|---|
XsDayTimeDurationVal |
XsValue.dayTimeDuration(javax.xml.datatype.Duration value)
Takes a duration in increments of a day or less as a Duration value and
constructs an xs:dayTimeDuration value
|
XsDayTimeDurationVal |
XsValue.dayTimeDuration(java.lang.String value)
Takes a duration of increments of a day or less in a string format based on ISO 8601 and
constructs an xs:dayTimeDuration value
|
Modifier and Type | Method and Description |
---|---|
XsDayTimeDurationSeqVal |
XsValue.dayTimeDurationSeq(XsDayTimeDurationVal... values)
Takes any number of xs:dayTimeDuration values and constructs an xs:dayTimeDuration sequence
|
Modifier and Type | Method and Description |
---|---|
XsDayTimeDurationVal[] |
XsDayTimeDurationSeqVal.getDayTimeDurationItems() |
Copyright © 2013-2018 MarkLogic Corporation.