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 |
---|---|
XsGMonthVal |
XsValue.gMonth(java.lang.String value)
Takes a month as a string and constructs an xs:gMonth value
|
XsGMonthVal |
XsValue.gMonth(javax.xml.datatype.XMLGregorianCalendar value)
Takes a month as a XMLGregorianCalendar value and constructs an xs:gMonth value
|
Modifier and Type | Method and Description |
---|---|
XsGMonthSeqVal |
XsValue.gMonthSeq(XsGMonthVal... values)
Takes any number of xs:gMonth values and constructs an xs:gMonth sequence
|
Modifier and Type | Method and Description |
---|---|
XsGMonthVal[] |
XsGMonthSeqVal.getGMonthItems() |
Copyright © 2013-2020 MarkLogic Corporation.