| 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 |
|---|---|
LimitSpecification |
QueryFactory.limit(NonBooleanExpression count)
Creates a new
FETCH FIRST <n> ROWS ONLY syntax element for query. |
| Modifier and Type | Method and Description |
|---|---|
LimitSpecification |
QuerySpecification.getLimitSpecification()
Returns the
FETCH FIRST <number> ROWS ONLY expression for this SELECT statement. |
Copyright © 2010-2012. All Rights Reserved.