Class CurrentTime

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public final class CurrentTime
    extends FieldExpression
    Constant value FieldExpression.
    See Also:
    Serialized Form
    • Field Detail

      • DEFAULT_ALIAS

        public static java.lang.String DEFAULT_ALIAS
        Default alias for the CurrentTime field expression.
    • Constructor Detail

      • CurrentTime

        public CurrentTime()
    • Method Detail

      • hasChildren

        public boolean hasChildren()
        Returns true if this field expression has any sub FieldExpressions.
        Specified by:
        hasChildren in class FieldExpression
      • isConstant

        public boolean isConstant()
        Returns true if this field expression evaluates to a constant value.
        Specified by:
        isConstant in class FieldExpression
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object