|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ordering | |
|---|---|
| org.sql.generation.api.grammar.factories | This package provides factories to create various builders and SQL syntax elements. |
| org.sql.generation.api.grammar.query | This package and its sub-package contain elements related to SQL queries (SELECT statements). |
| Uses of Ordering in org.sql.generation.api.grammar.factories |
|---|
| Methods in org.sql.generation.api.grammar.factories with parameters of type Ordering | |
|---|---|
SortSpecification |
QueryFactory.sortSpec(ValueExpression expression,
Ordering ordering)
Creates a new sort specification for ORDER BY clause. |
| Uses of Ordering in org.sql.generation.api.grammar.query |
|---|
| Methods in org.sql.generation.api.grammar.query that return Ordering | |
|---|---|
Ordering |
SortSpecification.getOrderingSpecification()
Returns the Ordering of this sort specification. |
static Ordering |
Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Ordering[] |
Ordering.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||