| 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 |
|---|---|
XsDayTimeDurationExpr |
XsExpr.dayTimeDuration(XsAnyAtomicTypeExpr arg1)
Constructs or casts an expression to the xs:dayTimeDuration server data type.
|
XsDayTimeDurationExpr |
FnExpr.implicitTimezone()
Returns the value of the implicit timezone property from the dynamic context.
|
XsDayTimeDurationExpr |
FnExpr.timezoneFromDate(XsDateExpr arg)
Returns the timezone component of arg if any.
|
XsDayTimeDurationExpr |
FnExpr.timezoneFromDateTime(XsDateTimeExpr arg)
Returns the timezone component of arg if any.
|
XsDayTimeDurationExpr |
FnExpr.timezoneFromTime(XsTimeExpr arg)
Returns the timezone component of arg if any.
|
| Modifier and Type | Method and Description |
|---|---|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg,
XsDayTimeDurationExpr timezone)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateExpr |
FnExpr.adjustDateToTimezone(XsDateExpr arg,
XsDayTimeDurationExpr timezone)
Adjusts an xs:date value to a specific timezone, or to no timezone at all.
|
XsTimeExpr |
FnExpr.adjustTimeToTimezone(XsTimeExpr arg,
XsDayTimeDurationExpr timezone)
Adjusts an xs:time value to a specific timezone, or to no timezone at all.
|
XsDayTimeDurationSeqExpr |
XsExpr.dayTimeDurationSeq(XsDayTimeDurationExpr... items)
Constructs a sequence of XsDayTimeDurationExpr items.
|
| 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 |
XsDayTimeDurationVal
An instance of a server day-time duration value.
|
Copyright © 2013-2017 MarkLogic Corporation.