Uses of Interface
org.apache.jena.sparql.function.Function
Packages that use Function
Package
Description
-
Uses of Function in org.apache.jena.sparql.function
Classes in org.apache.jena.sparql.function that implement FunctionModifier and TypeClassDescriptionclassImplementation root for custom function evaluation.classSupport for functions of zero arguments.classSupport for functions with one argument.classSupport for functions with two arguments.classSupport for functions of three arguments.classSupport for functions with four arguments.classSupport for functions with five arguments.classMethods in org.apache.jena.sparql.function that return Function -
Uses of Function in org.apache.jena.sparql.function.library
Classes in org.apache.jena.sparql.function.library that implement FunctionModifier and TypeClassDescriptionclassclassclassGet the bnode label - a non-bnode cause a type failureclassAccess to aNodeValuewhich is a collection (NodeValueSortKey).classFunction that returns the value of a context setting.classdate(expression) => XSD dateTime Attempt to convert an expression to an XSD dateTime.classValue of eclassFunction that evaluates an expression.classExample function - checks for even integers.classFunction that prints the system time to stderr at the point of execution.classabs(expression)classclassclassclassXPath and XQuery Functions and Operators 3.1classfn:boolean - calculate the Effective Boolean Valueclassceiling(expression)classXPath and XQuery Functions and Operators 3.1classfn:dateTime(xsd:date, xsd:time) -> xsd:dateTimeclassclassclassclassXPath and XQuery Functions and Operators 3.1classfloor(expression)classfn:format-number : 2 or 3 arguments.classclassclassclassclassFunction for XPath fn:matchesclassclassclassclassclassclassclassBoolean Equivalent Valueclassround(expression)classclassclassclassclassfn:substring-afterclassfn:substring-beforeclassFunction that concatenates arguments as strings. fn:concatclassstring contains - fn:containsclassclassfn:ends-withclassstring length - F&O operationclasslowercaseclassfn:normalizeSpaceclassclassfn:replaceclassfn:starts-withclasssubstring(string, start[, length]) - F&O styleclassuppercaseclassfn:implicit-timezoneclassclassclassclassclassclassclassclasslocalname(expression)classclassclassclassclassclassclassmax(expression, expression)classmin(expression, expression)classnamespace(expression)classFunction that accesses the current time (the time the query started).classFunction that accesses the current time and returns in the timezone of the query engine.classclassclassValue of piclassFunction that prints it's argument to stdout (debugging aid)classARQ Extension Function that will calculate the SHA1 sum of any literal.classsprintf(string,v1,v2,...) - Java styleclasssqrt(expression)classFunction that concatenates strings using a separator.classstring length - Java operationsclassFunction that returns a UUID as a stringclasssubstr - synonym for substringclasssubstring(string, start[, finish]) - Java styleclassFunction that returns the value of a system variable.classAlternative name: afn:timezone for fn:implicit-timezoneclassFunction that returns a UUIDclassVersion number, as a stringclassFunction that pauses for N milliseconds whenever it is called (for testing) -
Uses of Function in org.apache.jena.sparql.function.library.cdt
Classes in org.apache.jena.sparql.function.library.cdt that implement FunctionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Function in org.apache.jena.sparql.function.library.leviathan
Classes in org.apache.jena.sparql.function.library.leviathan that implement FunctionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Function in org.apache.jena.sparql.function.library.triple
Classes in org.apache.jena.sparql.function.library.triple that implement FunctionModifier and TypeClassDescriptionclassTest whether aNodeValueis an triple term.classReturn the object of a triple term.classReturn the predicate of a triple term.classReturn the subject of a triple term.classCreate a triple term. -
Uses of Function in org.apache.jena.sparql.function.scripting
Classes in org.apache.jena.sparql.function.scripting that implement Function -
Uses of Function in org.apache.jena.sparql.function.user
Classes in org.apache.jena.sparql.function.user that implement FunctionMethods in org.apache.jena.sparql.function.user that return Function