| Package | Description |
|---|---|
| org.sql.generation.api.grammar.builders.query |
Package to hold builders for SQL queries (
SELECT -statements). |
| 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). |
| Modifier and Type | Method and Description |
|---|---|
List<SortSpecification> |
OrderByBuilder.getSortSpecs()
Returns the list of added sort specifications.
|
| Modifier and Type | Method and Description |
|---|---|
OrderByBuilder |
OrderByBuilder.addSortSpecs(SortSpecification... specs)
Adds sort specifications to this
ORDER BY clause. |
| Modifier and Type | Method and Description |
|---|---|
SortSpecification |
QueryFactory.sortSpec(ValueExpression expression,
Ordering ordering)
Creates a new sort specification for
ORDER BY clause. |
| Modifier and Type | Method and Description |
|---|---|
List<SortSpecification> |
OrderByClause.getOrderingColumns()
Returns the ordering columns of this
ORDER BY clause. |
Copyright © 2010-2012. All Rights Reserved.