Class OrderByClause


  • public class OrderByClause
    extends Object
    The OrderByClause SQL definition
    • Constructor Detail

      • OrderByClause

        public OrderByClause()
    • Method Detail

      • add

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

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