| 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 |
|---|---|
XsTimeExpr |
FnExpr.adjustTimeToTimezone(XsTimeExpr arg)
Adjusts an xs:time value to a specific timezone, or to no timezone at all.
|
XsTimeExpr |
FnExpr.adjustTimeToTimezone(XsTimeExpr arg,
String timezone)
Adjusts an xs:time 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.
|
XsTimeExpr |
FnExpr.currentTime()
Returns
xs:time(fn:current-dateTime()). |
XsTimeExpr |
XsExpr.time(XsAnyAtomicTypeExpr arg1)
Constructs or casts an expression to the xs:time server data type.
|
| Modifier and Type | Method and Description |
|---|---|
XsTimeExpr |
FnExpr.adjustTimeToTimezone(XsTimeExpr arg)
Adjusts an xs:time value to a specific timezone, or to no timezone at all.
|
XsTimeExpr |
FnExpr.adjustTimeToTimezone(XsTimeExpr arg,
String timezone)
Adjusts an xs:time 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.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
String picture)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
String picture,
String language)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
String picture,
String language,
String calendar)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
String picture,
String language,
String calendar,
String country)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
XsStringExpr picture)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
XsStringExpr picture,
XsStringExpr language)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
XsStringExpr picture,
XsStringExpr language,
XsStringExpr calendar)
Returns a formatted time value based on the picture argument.
|
XsStringExpr |
FnExpr.formatTime(XsTimeExpr value,
XsStringExpr picture,
XsStringExpr language,
XsStringExpr calendar,
XsStringExpr country)
Returns a formatted time value based on the picture argument.
|
XsIntegerExpr |
FnExpr.hoursFromTime(XsTimeExpr arg)
Returns an xs:integer between 0 and 23, both inclusive, representing the value of the hours component in the localized value of arg.
|
XsIntegerExpr |
FnExpr.minutesFromTime(XsTimeExpr arg)
Returns an xs:integer value between 0 to 59, both inclusive, representing the value of the minutes component in the localized value of arg.
|
XsDecimalExpr |
FnExpr.secondsFromTime(XsTimeExpr arg)
Returns an xs:decimal value between 0 and 60.999…, both inclusive, representing the seconds and fractional seconds in the localized value of arg.
|
XsTimeSeqExpr |
XsExpr.timeSeq(XsTimeExpr... items)
Constructs a sequence of XsTimeExpr items.
|
XsDayTimeDurationExpr |
FnExpr.timezoneFromTime(XsTimeExpr arg)
Returns the timezone component of arg if any.
|
| 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 |
XsTimeVal
An instance of a server time value.
|
Copyright © 2013-2017 MarkLogic Corporation.