| 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.
|
| Modifier and Type | Method and Description |
|---|---|
OrderByBuilder |
OrderByBuilder.addSortSpecs(SortSpecification... specs)
Adds sort specifications to this
ORDER BY clause. |
OrderByBuilder |
QuerySpecificationBuilder.getOrderBy()
Gets the builder for
ORDER BY clause of this SELECT statement. |
| Modifier and Type | Method and Description |
|---|---|
QuerySpecificationBuilder |
QuerySpecificationBuilder.setOrderBy(OrderByBuilder builder)
Sets the builder for
ORDER BY clause of this SELECT statement. |
| Modifier and Type | Method and Description |
|---|---|
OrderByBuilder |
QueryFactory.orderByBuilder()
Creates a builder for
ORDER BY clause. |
Copyright © 2010-2012. All Rights Reserved.