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


public interface OffsetClause

This syntax element represents the OFFSET clause in PostgreSQL queries.

Author:
Stanislav Muhametsin

Method Summary
 Integer getOffset()
          Returns the value of OFFSET clause, that is, how many result rows should be skipped before starting to include them into query result.
 

Method Detail

getOffset

Integer getOffset()
Returns the value of OFFSET clause, that is, how many result rows should be skipped before starting to include them into query result.

Returns:
The value of OFFSET clause.


Copyright © 2010-2011. All Rights Reserved.