Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
SortOrder |
SortField.getOrder()
Get the underlying sort order of this sort field
|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SortField<T> |
Field.sort(SortOrder order)
Create an ascending/descending sort field from this field.
|
Copyright © 2014. All Rights Reserved.