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 | Description |
---|---|---|
XsDecimalVal |
XsValue.decimal(double value) |
Takes a real number as a double primitive and constructs an xs:decimal value
|
XsDecimalVal |
XsValue.decimal(long value) |
Takes a real number as a long primitive and constructs an xs:decimal value
|
XsDecimalVal |
XsValue.decimal(java.lang.String value) |
Takes a real number as a decimal string and constructs an xs:decimal value
|
XsDecimalVal |
XsValue.decimal(java.math.BigDecimal value) |
Takes a real number as a BigDecimal value and constructs an xs:decimal value
|
Modifier and Type | Method | Description |
---|---|---|
XsDecimalSeqVal |
XsValue.decimalSeq(XsDecimalVal... values) |
Takes any number of xs:decimal values and constructs an xs:decimal sequence
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
XsByteVal |
An instance of a server byte value.
|
interface |
XsIntegerVal |
An instance of a server integer value.
|
interface |
XsIntVal |
An instance of a server int value.
|
interface |
XsLongVal |
An instance of a server long value.
|
interface |
XsNonNegativeIntegerVal |
An instance of a server non-negative integer value.
|
interface |
XsShortVal |
An instance of a server short value.
|
interface |
XsUnsignedByteVal |
An instance of a server unsigned byte value.
|
interface |
XsUnsignedIntVal |
An instance of a server unsigned int value.
|
interface |
XsUnsignedLongVal |
An instance of a server unsigned long value.
|
interface |
XsUnsignedShortVal |
An instance of a server unsigned short value.
|
Modifier and Type | Method | Description |
---|---|---|
XsDecimalVal[] |
XsDecimalSeqVal.getDecimalItems() |
Copyright © 2013-2019 MarkLogic Corporation.