java.lang.Object
io.ebean.config.dbplatform.LimitOffsetSqlLimiter
- All Implemented Interfaces:
SqlLimiter
Adds LIMIT OFFSET clauses to a SQL query.
-
Field Summary
Fields inherited from interface io.ebean.config.dbplatform.SqlLimiter
NEW_LINE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlimit
(SqlLimitRequest request) Add the SQL limiting statements around the query.
-
Constructor Details
-
LimitOffsetSqlLimiter
public LimitOffsetSqlLimiter()
-
-
Method Details
-
limit
Description copied from interface:SqlLimiter
Add the SQL limiting statements around the query.- Specified by:
limit
in interfaceSqlLimiter
-