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

This package contains syntax elements specific for queries in PostgreSQL database provider.

See:
          Description

Interface Summary
LimitByNumber This syntax element represents the LIMIT clause of PostgreSQL SELECT statement, used with number.
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.
 

Class Summary
LimitClause.LimitAll This syntax element represents the LIMIT ALL clause in PostgreSQL queries.
 

Package org.sql.generation.api.grammar.query.pgsql Description

This package contains syntax elements specific for queries in PostgreSQL database provider.



Copyright © 2010. All Rights Reserved.