| Package | Description |
|---|---|
| org.sql.generation.api.grammar.query |
This package and its sub-package contain elements related to SQL queries (
SELECT statements). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryExpressionBodyBinary
This syntax element represents two queries which have a set operation (
UNION, INTERSECT, or
EXCEPT) between them. |
interface |
QueryExpressionBodyQuery
This syntax element represents the single query (currently only
SELECT statement, represented by
QuerySpecification. |
interface |
QuerySpecification
This syntax element represents the single
SELECT statement. |
interface |
TableValueConstructor
This syntax element represents the
VALUES expression in query. |
Copyright © 2010-2012. All Rights Reserved.