Class HavingClause


  • public class HavingClause
    extends java.lang.Object
    Manages the Having Clause
    • Constructor Summary

      Constructors 
      Constructor Description
      HavingClause()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPredicate​(java.lang.String predicate)  
      boolean isEmpty()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • HavingClause

        public HavingClause()
    • Method Detail

      • addPredicate

        public void addPredicate​(java.lang.String predicate)
        Parameters:
        predicate -
      • toString

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

        public boolean isEmpty()
        Returns: