|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderByBuilder
The builder that builds the ORDER BY clause in SQL SELECT query.
OrderByClause,
SortSpecification| Method Summary | |
|---|---|
OrderByBuilder |
addSortSpecs(SortSpecification... specs)
Adds sort specifications to this ORDER BY clause. |
List<SortSpecification> |
getSortSpecs()
Returns the list of added sort specifications. |
| Methods inherited from interface org.sql.generation.api.grammar.builders.AbstractBuilder |
|---|
createExpression |
| Method Detail |
|---|
OrderByBuilder addSortSpecs(SortSpecification... specs)
ORDER BY clause.
specs - The sort specifications for this ORDER BY clause.
List<SortSpecification> getSortSpecs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||