Uses of Package
org.sql.generation.api.grammar.query.pgsql

Packages that use org.sql.generation.api.grammar.query.pgsql
org.sql.generation.api.grammar.builders.query.pgsql This package contains builders specified to work with SQL syntax of the PostgreSQL database provider. 
org.sql.generation.api.grammar.factories.pgsql Package to contain PostgreSQL-specific factories enabling creating of PostgreSQL-specific syntax elements. 
org.sql.generation.api.grammar.query.pgsql This package contains syntax elements specific for queries in PostgreSQL database provider. 
 

Classes in org.sql.generation.api.grammar.query.pgsql used by org.sql.generation.api.grammar.builders.query.pgsql
LimitClause
          This is common interface for LIMIT clauses used in PostgreSQL queries.
OffsetClause
          This syntax element represents the OFFSET clause in PostgreSQL queries.
PgSQLQuerySpecification
          This syntax element represents the query specification in PostgreSQL.
 

Classes in org.sql.generation.api.grammar.query.pgsql used by org.sql.generation.api.grammar.factories.pgsql
LimitByNumber
          This syntax element represents the LIMIT clause of PostgreSQL SELECT statement, used with number.
OffsetClause
          This syntax element represents the OFFSET clause in PostgreSQL queries.
 

Classes in org.sql.generation.api.grammar.query.pgsql used by org.sql.generation.api.grammar.query.pgsql
LimitClause
          This is common interface for LIMIT clauses used in PostgreSQL queries.
LimitClause.LimitAll
          This syntax element represents the LIMIT ALL clause in PostgreSQL queries.
OffsetClause
          This syntax element represents the OFFSET clause in PostgreSQL queries.
 



Copyright © 2010. All Rights Reserved.