java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.apache.jena.sparql.function.library.date
- All Implemented Interfaces:
Function
date(expression) => XSD dateTime
Attempt to convert an expression to an XSD dateTime.
Supported conversions: Date as yyyy-mm-dd
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec
-
Constructor Details
-
date
public date()
-
-
Method Details
-
exec
- Specified by:
exec
in classFunctionBase1
-