org.sql.generation.api.grammar.query.pgsql
Interface PgSQLQuerySpecification

All Superinterfaces:
QueryExpressionBody, QueryExpressionBodyActual, QueryExpressionBodyQuery, QuerySpecification, org.atp.api.Typeable<QueryExpressionBody>

public interface PgSQLQuerySpecification
extends QuerySpecification

This syntax element represents the query specification in PostgreSQL. It adds the LimitClause and OffsetClause to standard query components.

Author:
Stanislav Muhametsin
See Also:
PgSQLQuerySpecificationBuilder

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody
QueryExpressionBody.EmptyQueryExpressionBody
 
Method Summary
 LimitClause getLimit()
          Returns the LimitClause of this query.
 OffsetClause getOffset()
          Returns the OffsetClause of this query.
 
Methods inherited from interface org.sql.generation.api.grammar.query.QuerySpecification
getColumns, getFrom, getGroupBy, getHaving, getOrderBy, getWhere
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getLimit

LimitClause getLimit()
Returns the LimitClause of this query.

Returns:
The LimitClause of this query.

getOffset

OffsetClause getOffset()
Returns the OffsetClause of this query.

Returns:
The OffsetClause of this query.


Copyright © 2010. All Rights Reserved.