Class nowtz
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase0
-
- org.apache.jena.sparql.function.library.nowtz
-
- All Implemented Interfaces:
Function
public class nowtz extends FunctionBase0
Function that accesses the current time and returns in the timezone of the query engine.
-
-
Constructor Summary
Constructors Constructor Description nowtz()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec()NodeValueexec(java.util.List<NodeValue> args, FunctionEnv functionEnv)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase0
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Field Detail
-
symNowTz
public static Symbol symNowTz
-
-
Method Detail
-
exec
public NodeValue exec()
- Specified by:
execin classFunctionBase0
-
exec
public NodeValue exec(java.util.List<NodeValue> args, FunctionEnv functionEnv)
-
-