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 |
---|---|
XsGYearVal |
XsValue.gYear(java.lang.String value)
Takes a year as a string and constructs an
xs:gYear value
|
XsGYearVal |
XsValue.gYear(javax.xml.datatype.XMLGregorianCalendar value)
Takes a year as a XMLGregorianCalendar value and
constructs an xs:gYear value
|
Modifier and Type | Method and Description |
---|---|
XsGYearSeqVal |
XsValue.gYearSeq(XsGYearVal... values)
Takes any number of xs:gYear values and
constructs an xs:gYear sequence
|
Modifier and Type | Method and Description |
---|---|
XsGYearVal[] |
XsGYearSeqVal.getGYearItems() |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.