Interface OrderBy.OrderByColumn

Enclosing interface:
OrderBy

public static interface OrderBy.OrderByColumn
Specifies an order by column and whether it's ascending or descending
  • Method Details

    • column

      Column<?> column()
      Returns:
      the column to order by
    • ascending

      boolean ascending()
      Returns:
      true if the order is ascending, false for descending
    • nullOrder

      OrderBy.NullOrder nullOrder()
      Returns:
      the OrderBy.NullOrder when ordering by this column