Package io.github.torand.fastersql.order
Interface Order
- All Superinterfaces:
Sql
- All Known Implementing Classes:
Ascending
,Descending
Defines an ordering specification for the ORDER BY clause.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that null values are to be ordered _before_ non-null values.Specifies that null values are to be ordered _after_ non-null values.Methods inherited from interface io.github.torand.fastersql.sql.Sql
aliasRefs, columnRefs, params, sql