Class OrderByList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<OrderByExpr>, Collection<OrderByExpr>, List<OrderByExpr>, RandomAccess, ASTNode, Operand

public class OrderByList extends ArrayList<OrderByExpr> implements Operand
Author:
Florent Guillaume
See Also:
  • Constructor Details

    • OrderByList

      public OrderByList()
      Empty constructor.
      Since:
      10.3
    • OrderByList

      public OrderByList(List<OrderByExpr> other)
      Copy constructor.
      Since:
      10.3
    • OrderByList

      public OrderByList(OrderByExpr expr)
  • Method Details