org.eclipse.persistence.internal.history

Class UniversalAsOfClause

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      AsOfClause getAsOfClause()
      INTERNAL: Gets the actual as of clause represented by this.
      java.lang.Object getValue()
      PUBLIC: The past time represented by the receiver.
      boolean isUniversal()
      PUBLIC: Answers if this is a UniversalAsOfClause, one to be applied to the entire selection criteria.
      void printSQL(ExpressionSQLPrinter printer)
      INTERNAL: Prints the as of clause for an expression inside of the FROM clause.
      java.lang.String printString() 
      • Methods inherited from class java.lang.Object

        getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UniversalAsOfClause

        public UniversalAsOfClause(AsOfClause value)
    • Method Detail

      • getAsOfClause

        public AsOfClause getAsOfClause()
        INTERNAL: Gets the actual as of clause represented by this.
      • getValue

        public java.lang.Object getValue()
        Description copied from class: AsOfClause
        PUBLIC: The past time represented by the receiver. Either a timestamp, a system change number, or an Expression.
        Overrides:
        getValue in class AsOfClause
      • isUniversal

        public boolean isUniversal()
        Description copied from class: AsOfClause
        PUBLIC: Answers if this is a UniversalAsOfClause, one to be applied to the entire selection criteria.

        Used when a query is made as of a past time.

        Overrides:
        isUniversal in class AsOfClause
      • printString

        public java.lang.String printString()

EclipseLink 2.4.2, "build v20130514-5956486" API Reference