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(ServerExpression arg)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(ServerExpression arg,
ServerExpression timezone)
Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.
|
XsDateTimeExpr |
FnExpr.adjustDateTimeToTimezone(ServerExpression arg,
java.lang.String 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(ServerExpression arg1)
Constructs or casts an expression to the xs:dateTime server data type.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
ServerExpression value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
ServerExpression value,
ServerExpression language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
ServerExpression value,
ServerExpression language,
ServerExpression calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
ServerExpression value,
ServerExpression language,
ServerExpression calendar,
ServerExpression country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
java.lang.String value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
java.lang.String value,
java.lang.String language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
java.lang.String value,
java.lang.String language,
java.lang.String calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseDateTime(ServerExpression picture,
java.lang.String value,
java.lang.String language,
java.lang.String calendar,
java.lang.String country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
ServerExpression value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
ServerExpression value,
ServerExpression language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
ServerExpression value,
ServerExpression language,
ServerExpression calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
ServerExpression value,
ServerExpression language,
ServerExpression calendar,
ServerExpression country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
java.lang.String value)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
java.lang.String value,
java.lang.String language)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
java.lang.String value,
java.lang.String language,
java.lang.String calendar)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.parseYymmdd(ServerExpression picture,
java.lang.String value,
java.lang.String language,
java.lang.String calendar,
java.lang.String country)
Parses a string containing date, time or dateTime using the supplied picture argument and returns a dateTime value.
|
XsDateTimeExpr |
XdmpExpr.timestampToWallclock(ServerExpression timestamp)
Converts a 64 bit timestamp value to an xs:dateTime.
|
Modifier and Type | Method and Description |
---|---|
XsDateTimeSeqExpr |
XsExpr.dateTimeSeq(XsDateTimeExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
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-2018 MarkLogic Corporation.