|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryExpressionBodyActual | |
|---|---|
| org.sql.generation.api.grammar.query | This package and its sub-package contain elements related to SQL queries (SELECT statements). |
| org.sql.generation.api.grammar.query.pgsql | This package contains syntax elements specific for queries in PostgreSQL database provider. |
| Uses of QueryExpressionBodyActual in org.sql.generation.api.grammar.query |
|---|
| Subinterfaces of QueryExpressionBodyActual in org.sql.generation.api.grammar.query | |
|---|---|
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. |
| Uses of QueryExpressionBodyActual in org.sql.generation.api.grammar.query.pgsql |
|---|
| Subinterfaces of QueryExpressionBodyActual in org.sql.generation.api.grammar.query.pgsql | |
|---|---|
interface |
PgSQLQuerySpecification
This syntax element represents the query specification in PostgreSQL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||