| 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 |
|---|---|
TableValueConstructor |
QueryFactory.values(RowValueConstructor... rows)
Creates a new
VALUES expression in query. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RowDefinition
This syntax element represents a comma-separated row value definition of
VALUES expression in query. |
interface |
RowSubQuery
This syntax element represents subquery in
VALUES expression in query. |
| Modifier and Type | Method and Description |
|---|---|
List<RowValueConstructor> |
TableValueConstructor.getRows() |
Copyright © 2010-2012. All Rights Reserved.