Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsDecimalVal
An instance of a server decimal value.
|
interface |
XsDoubleVal
An instance of a server double value.
|
interface |
XsFloatVal
An instance of a server float 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 and Description |
---|---|
XsNumericVal[] |
XsNumericSeqVal.getNumericItems() |
Copyright © 2013-2020 MarkLogic Corporation.