com.hp.hpl.jena.sparql.function.library
Class now

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.FunctionBase
      extended by com.hp.hpl.jena.sparql.function.FunctionBase0
          extended by com.hp.hpl.jena.sparql.function.library.SystemVar
              extended by com.hp.hpl.jena.sparql.function.library.now
All Implemented Interfaces:
Function

public class now
extends SystemVar

Function that accesses the current time (the time the query started).


Constructor Summary
now()
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sparql.function.library.SystemVar
exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase0
checkBuild, exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase
build, exec, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

now

public now()


Licenced under the Apache License, Version 2.0