Uses of Interface
org.sql.generation.api.grammar.query.QueryExpressionBodyQuery

Packages that use QueryExpressionBodyQuery
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 QueryExpressionBodyQuery in org.sql.generation.api.grammar.query
 

Subinterfaces of QueryExpressionBodyQuery in org.sql.generation.api.grammar.query
 interface QuerySpecification
          This syntax element represents the single SELECT statement.
 

Uses of QueryExpressionBodyQuery in org.sql.generation.api.grammar.query.pgsql
 

Subinterfaces of QueryExpressionBodyQuery in org.sql.generation.api.grammar.query.pgsql
 interface PgSQLQuerySpecification
          This syntax element represents the query specification in PostgreSQL.
 



Copyright © 2010. All Rights Reserved.