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

All Superinterfaces:
LimitClause

public interface LimitByNumber
extends LimitClause

This syntax element represents the LIMIT clause of PostgreSQL SELECT statement, used with number.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.pgsql.LimitClause
LimitClause.LimitAll
 
Method Summary
 Integer getLimit()
          Gets the value of LIMIT, that is, the maximum amount of results to be returned.
 

Method Detail

getLimit

Integer getLimit()
Gets the value of LIMIT, that is, the maximum amount of results to be returned.

Returns:
The value of LIMIT.


Copyright © 2010. All Rights Reserved.