Class NowFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class NowFunction extends FunctionNode
This class represents a now-function in a GroupingExpression. It evaluates to a long that equals the number of seconds since midnight, January 1, 1970 UTC.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • NowFunction

      public NowFunction()
      Constructs a new instance of this class.
  • Method Details