| 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 |
|---|---|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg,
String timezone)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg,
XsDayTimeDurationExpr timezone)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.currentDateTime()
Returns the current dateTime value (with timezone) from the dynamic context.
|
XsDateTimeExpr |
XsExpr.dateTime(XsAnyAtomicTypeExpr arg1)
Constructs or casts an expression to the xs:dateTime server data type.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
String value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
String value,
String language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
String value,
String language,
String calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
String value,
String language,
String calendar,
String country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
XsStringExpr value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
XsStringExpr value,
XsStringExpr language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
XsStringExpr value,
XsStringExpr language,
XsStringExpr calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(XsStringExpr picture,
XsStringExpr value,
XsStringExpr language,
XsStringExpr calendar,
XsStringExpr country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
String value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
String value,
String language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
String value,
String language,
String calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
String value,
String language,
String calendar,
String country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
XsStringExpr value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
XsStringExpr value,
XsStringExpr language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
XsStringExpr value,
XsStringExpr language,
XsStringExpr calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(XsStringExpr picture,
XsStringExpr value,
XsStringExpr language,
XsStringExpr calendar,
XsStringExpr country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.timestampToWallclock(XsUnsignedLongExpr timestamp)
Converts a 64 bit timestamp value to an xs:dateTime.
|
| Modifier and Type | Method and Description |
|---|---|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg,
String timezone)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(XsDateTimeExpr arg,
XsDayTimeDurationExpr timezone)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeSeqExpr |
XsExpr.dateTimeSeq(XsDateTimeExpr... items)
Constructs a sequence of XsDateTimeExpr items.
|
XsIntegerExpr |
FnExpr.dayFromDateTime(XsDateTimeExpr arg)
Returns an xs:integer between 1 and 31, both inclusive, representing the day component in the localized value of arg.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
String picture)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
String picture,
String language)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
String picture,
String language,
String calendar)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
String picture,
String language,
String calendar,
String country)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
XsStringExpr picture)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
XsStringExpr picture,
XsStringExpr language)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
XsStringExpr picture,
XsStringExpr language,
XsStringExpr calendar)
Returns a formatted dateTime value based on the picture argument.
|
XsStringExpr |
FnExpr.formatDateTime(XsDateTimeExpr value,
XsStringExpr picture,
XsStringExpr language,
XsStringExpr calendar,
XsStringExpr country)
Returns a formatted dateTime value based on the picture argument.
|
XsIntegerExpr |
FnExpr.hoursFromDateTime(XsDateTimeExpr arg)
Returns an xs:integer between 0 and 23, both inclusive, representing the hours component in the localized value of arg.
|
XsIntegerExpr |
FnExpr.minutesFromDateTime(XsDateTimeExpr arg)
Returns an xs:integer value between 0 and 59, both inclusive, representing the minute component in the localized value of arg.
|
XsIntegerExpr |
FnExpr.monthFromDateTime(XsDateTimeExpr arg)
Returns an xs:integer between 1 and 12, both inclusive, representing the month component in the localized value of arg.
|
XsDecimalExpr |
FnExpr.secondsFromDateTime(XsDateTimeExpr 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.
|
XsStringExpr |
XdmpExpr.strftime(XsStringExpr format,
XsDateTimeExpr value)
Formats a dateTime value using POSIX strftime.
|
XsDayTimeDurationExpr |
FnExpr.timezoneFromDateTime(XsDateTimeExpr arg)
Returns the timezone component of arg if any.
|
XsStringExpr |
SemExpr.timezoneString(XsDateTimeExpr value)
Returns the timezone of an
xs:dateTime value as a string. |
XsUnsignedLongExpr |
XdmpExpr.wallclockToTimestamp(XsDateTimeExpr timestamp)
Converts an xs:dateTime to a 64 bit timestamp value.
|
XsIntegerExpr |
FnExpr.yearFromDateTime(XsDateTimeExpr arg)
Returns an xs:integer representing the year component in the localized value of arg.
|
| 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 |
XsDateTimeVal
An instance of a server datetime value.
|
Copyright © 2013-2017 MarkLogic Corporation.