bnode |
Get the bnode label - a non-bnode cause a type failure
|
collation |
|
context |
Function that returns the value of a context setting.
|
date |
date(expression) => XSD dateTime
Attempt to convert an expression to an XSD dateTime.
|
e |
Value of e
|
eval |
Function that evaluates an expression.
|
evenInteger |
Example function - checks for even integers.
|
execTime |
Function that prints the system time to stderr at the point of execution.
|
FN_Abs |
abs(expression)
|
FN_AdjustDatetimeToTimezone |
|
FN_AdjustDateToTimezone |
|
FN_AdjustTimeToTimezone |
|
FN_Apply |
XPath and XQuery Functions and Operators 3.1
|
FN_BEV |
Boolean Equivalent Value
|
FN_Ceiling |
ceiling(expression)
|
FN_CollationKey |
XPath and XQuery Functions and Operators 3.1
|
FN_DateTime |
fn:dateTime(xsd:date, xsd:time) -> xsd:dateTime
|
FN_DayFromDate |
|
FN_DayFromDateTime |
|
FN_DaysFromDuration |
|
FN_Error |
XPath and XQuery Functions and Operators 3.1
|
FN_Floor |
floor(expression)
|
FN_FormatNumber |
fn:format-number : 2 or 3 arguments.
|
FN_HoursFromDateTime |
|
FN_HoursFromDuration |
|
FN_HoursFromTime |
|
FN_Matches |
Function for XPath fn:matches
|
FN_MinutesFromDateTime |
|
FN_MinutesFromDuration |
|
FN_MinutesFromTime |
|
FN_MonthFromDate |
|
FN_MonthFromDateTime |
|
FN_MonthsFromDuration |
|
FN_Not |
Boolean Equivalent Value
|
FN_Round |
round(expression)
|
FN_Round_Half_Even |
|
FN_SecondsFromDateTime |
|
FN_SecondsFromDuration |
|
FN_SecondsFromTime |
|
FN_StrAfter |
fn:substring-after
|
FN_StrBefore |
fn:substring-before
|
FN_StrConcat |
Function that concatenates arguments as strings.
|
FN_StrContains |
string contains - fn:contains
|
FN_StrEncodeForURI |
|
FN_StrEndsWith |
fn:ends-with
|
FN_StrLength |
string length - F&O operation
|
FN_StrLowerCase |
lowercase
|
FN_StrNormalizeSpace |
fn:normalizeSpace
|
FN_StrNormalizeUnicode |
|
FN_StrReplace |
fn:replace
|
FN_StrStartsWith |
fn:starts-with
|
FN_StrSubstring |
substring(string, start[, length]) - F&O style
|
FN_StrUpperCase |
uppercase
|
FN_Timezone |
fn:implicit-timezone
|
FN_TimezoneFromDate |
|
FN_TimezoneFromDateTime |
|
FN_TimezoneFromTime |
|
FN_YearFromDate |
|
FN_YearFromDateTime |
|
FN_YearsFromDuration |
|
langeq |
|
localname |
localname(expression)
|
Math_atan2 |
|
Math_exp |
|
Math_exp10 |
|
Math_log |
|
Math_log10 |
|
Math_pow |
|
max |
max(expression, expression)
|
min |
min(expression, expression)
|
namespace |
namespace(expression)
|
now |
Function that accesses the current time (the time the query started).
|
nowtz |
Function that accesses the current time and returns in the timezone of the query engine.
|
Op_NumericIntegerDivide |
|
Op_NumericMod |
|
pi |
Value of pi
|
print |
Function that prints it's argument to stdout (debugging aid)
|
sha1sum |
ARQ Extension Function that will calculate the
SHA1 sum of any literal.
|
sprintf |
sprintf(string,v1,v2,...) - Java style
|
sqrt |
sqrt(expression)
|
strjoin |
Function that concatenates strings using a separator.
|
strlen |
string length - Java operations
|
struuid |
Function that returns a UUID as a string
|
substr |
substr - synonym for substring
|
substring |
substring(string, start[, finish]) - Java style
|
SystemVar |
Function that returns the value of a system variable.
|
timezone |
Alternative name: afn:timezone for fn:implicit-timezone
|
uuid |
Function that returns a UUID
|
wait |
Function that pauses for N milliseconds whenever it is called (for testing)
|