Package io.ebean.config.dbplatform.db2
Class Db2SqlLimiter
java.lang.Object
io.ebean.config.dbplatform.db2.Db2SqlLimiter
- All Implemented Interfaces:
SqlLimiter
public class Db2SqlLimiter extends Object implements SqlLimiter
-
Field Summary
Fields inherited from interface io.ebean.config.dbplatform.SqlLimiter
NEW_LINE -
Constructor Summary
Constructors Constructor Description Db2SqlLimiter() -
Method Summary
Modifier and Type Method Description SqlLimitResponselimit(SqlLimitRequest request)Add the SQL limiting statements around the query.
-
Constructor Details
-
Db2SqlLimiter
public Db2SqlLimiter()
-
-
Method Details
-
limit
Description copied from interface:SqlLimiterAdd the SQL limiting statements around the query.- Specified by:
limitin interfaceSqlLimiter
-