Package io.github.torand.fastersql.order


package io.github.torand.fastersql.order
Provides classes and interfaces representing order clauses.
  • Class
    Description
    Implements an ascending order clause.
    Implements a descending order clause.
    Defines an ordering specification for the ORDER BY clause.
    Defines an expression specifying the ordering of rows from a query.
    Provides factory methods for order clauses.