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