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
|
Method Summary |
java.lang.Integer |
getLimit()
Gets the value of LIMIT, that is, the maximum amount of results to be returned. |
getLimit
java.lang.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.