| Package | Description |
|---|---|
| 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 |
|---|---|
SortSpecification |
QueryFactory.sortSpec(ValueExpression expression,
Ordering ordering)
Creates a new sort specification for
ORDER BY clause. |
| Modifier and Type | Field and Description |
|---|---|
static Ordering |
Ordering.ASCENDING
The ordering will be ascending (
ASC). |
static Ordering |
Ordering.DESCENDING
The ordering will be descending (
DESC). |
| Modifier and Type | Method and Description |
|---|---|
Ordering |
SortSpecification.getOrderingSpecification()
Returns the
Ordering of this sort specification. |
Copyright © 2010-2012. All Rights Reserved.