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 |
---|---|
abstract PlanTriplePositionSeq |
PlanBuilder.objectSeq(PlanTriplePosition... object) |
abstract PlanTriplePositionSeq |
PlanBuilder.predicateSeq(PlanTriplePosition... predicate) |
abstract PlanTriplePositionSeq |
PlanBuilder.subjectSeq(PlanTriplePosition... subject) |
Modifier and Type | Interface and Description |
---|---|
interface |
PlanColumn
An instance of a column expression returned by a col() call
in a row pipeline.
|
interface |
PlanParamExpr
An instance of a placeholder parameter returned by a call
to the param() function that can represent a literal value
in expressions and can be passed on a bind() call to be
assigned a literal value when invoking a row pipeline.
|
interface |
PlanSystemColumn
An instance of a fragment id, graph id, or other system column
for a row pipeline.
|
interface |
RdfLangStringVal
A sequence of RDF language string values.
|
interface |
SemIriVal
An instance of a semantic IRI value.
|
interface |
XsAnyAtomicTypeVal
An instance of a server atomic value.
|
interface |
XsAnyURIVal
An instance of a server URI value.
|
interface |
XsBase64BinaryVal
An instance of a server base 64 binary 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 |
XsDayTimeDurationVal
An instance of a server day-time duration value.
|
interface |
XsDecimalVal
An instance of a server decimal value.
|
interface |
XsDoubleVal
An instance of a server double value.
|
interface |
XsDurationVal
An instance of a server duration 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 |
XsHexBinaryVal
An instance of a server hex binary 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 |
XsQNameVal
An instance of a server qualified name 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 © 2013-2018 MarkLogic Corporation.