Class Order<S extends Order<S>>

  • Type Parameters:
    S - The order's entry type
    All Implemented Interfaces:
    Visitable

    @API(status=EXPERIMENTAL,
         since="1.0")
    public final class Order<S extends Order<S>>
    extends TypedSubtree<SortItem,​S>
    Represents the list of sort items that make up the order of records in a result set.
    Since:
    1.0
    Author:
    Gerrit Meier, Michael J. Simons
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait