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