Class OrderByClause


  • public class OrderByClause
    extends java.lang.Object
    The OrderByClause SQL definition
    • Constructor Summary

      Constructors 
      Constructor Description
      OrderByClause()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String... expressions)
      Add the given expressions to the order by items list
      boolean isEmpty()
      Is the order by items list empty
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • OrderByClause

        public OrderByClause()
    • Method Detail

      • add

        public void add​(java.lang.String... expressions)
        Add the given expressions to the order by items list
        Parameters:
        expressions -
      • toString

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

        public boolean isEmpty()
        Is the order by items list empty
        Returns: