Class HavingAdapter


  • public class HavingAdapter
    extends java.lang.Object
    Represents the "HAVING" part of a SELECT statement.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected HavingAdapter​(Select select)
      Protected constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Select build()  
      OrderByAdapter orderBy​(java.lang.String... expressions)
      Start building the ORDER BY clause
      • Methods inherited from class java.lang.Object

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

      • HavingAdapter

        protected HavingAdapter​(Select select)
        Protected constructor. Should only need to be instantiated as part of a SelectAdapter.
        Parameters:
        select -
    • Method Detail

      • build

        public Select build()
      • orderBy

        public OrderByAdapter orderBy​(java.lang.String... expressions)
        Start building the ORDER BY clause
        Parameters:
        expressions -
        Returns: