|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The field typepublic interface SortField<T>
A wrapper for a Field and a SortField
Field.asc(),
Field.desc()| Method Summary | |
|---|---|
SortOrder |
getOrder()
Get the underlying sort order of this sort field |
SortField<T> |
nullsFirst()
Add a NULLS FIRST clause to this sort field |
SortField<T> |
nullsLast()
Add a NULLS LAST clause to this sort field |
| Methods inherited from interface org.jooq.NamedTypeProviderQueryPart |
|---|
getDataType, getDataType, getType |
| Methods inherited from interface org.jooq.NamedQueryPart |
|---|
getName |
| Methods inherited from interface org.jooq.Attachable |
|---|
attach |
| Methods inherited from interface org.jooq.Adapter |
|---|
internalAPI |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
SortOrder getOrder()
SortField<T> nullsFirst()
NULLS FIRST clause to this sort field
SortField<T> nullsLast()
NULLS LAST clause to this sort field
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||