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 |
PlanParamBindingVal
An instance of a literal value passed as an
argument to a bind() call to assign to a placeholder parameter for
a row pipeline.
|
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
SemIriVal
An instance of a semantic IRI value.
|
interface |
XsAnyURIVal
An instance of a server URI value.
|
interface |
XsBooleanVal
An instance of a server boolean value.
|
interface |
XsByteVal
An instance of a server byte value.
|
interface |
XsDateTimeVal
An instance of a server datetime value.
|
interface |
XsDateVal
An instance of a server date 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 |
XsGDayVal
An instance of a server GDay value.
|
interface |
XsGMonthDayVal
An instance of a server GMonthDay value.
|
interface |
XsGMonthVal
An instance of a server GMonth value.
|
interface |
XsGYearMonthVal
An instance of a server GYearMonth value.
|
interface |
XsGYearVal
An instance of a server GYear 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 |
XsStringVal
An instance of a server string value.
|
interface |
XsTimeVal
An instance of a server time 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.
|
interface |
XsUntypedAtomicVal
An instance of a server untyped atomic
value.
|
interface |
XsYearMonthDurationVal
An instance of a server year-month duration
value.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.