|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.query.Ordering
public final class Ordering
This is enum for what kind of order will be applied to each ordering column. Can be either ASCENDING or
DESCENDING.
SortSpecification| Field Summary | |
|---|---|
static Ordering |
ASCENDING
The ordering will be ascending ( ASC). |
static Ordering |
DESCENDING
The ordering will be descending ( DESC). |
| Constructor Summary | |
|---|---|
Ordering()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Ordering ASCENDING
ASC).
public static final Ordering DESCENDING
DESC).
| Constructor Detail |
|---|
public Ordering()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||