java.lang.Object
io.ebean.config.dbplatform.AnsiSqlRowsLimiter
- All Implemented Interfaces:
SqlLimiter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlimit
(SqlLimitRequest request) Add the SQL limiting statements around the query.
-
Constructor Details
-
AnsiSqlRowsLimiter
public AnsiSqlRowsLimiter()
-
-
Method Details
-
limit
Description copied from interface:SqlLimiter
Add the SQL limiting statements around the query.- Specified by:
limit
in interfaceSqlLimiter
-