Class NowQueryExpression


  • public class NowQueryExpression
    extends java.lang.Object
    Represents a query containing a valid now() expression. The now expression is very strict right now, but can be expanded later.
    Author:
    Ulf Lilleengen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocumentType()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getDocumentType

        public java.lang.String getDocumentType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object