Class SqlAnywhereLimiter
- java.lang.Object
-
- io.ebean.config.dbplatform.sqlanywhere.SqlAnywhereLimiter
-
- All Implemented Interfaces:
SqlLimiter
public class SqlAnywhereLimiter extends Object implements SqlLimiter
Use top xx and start at xx to limit sql results.
-
-
Field Summary
-
Fields inherited from interface io.ebean.config.dbplatform.SqlLimiter
NEW_LINE
-
-
Constructor Summary
Constructors Constructor Description SqlAnywhereLimiter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlLimitResponse
limit(SqlLimitRequest request)
Add the SQL limiting statements around the query.
-
-
-
Constructor Detail
-
SqlAnywhereLimiter
public SqlAnywhereLimiter()
-
-
Method Detail
-
limit
public SqlLimitResponse limit(SqlLimitRequest request)
Description copied from interface:SqlLimiter
Add the SQL limiting statements around the query.- Specified by:
limit
in interfaceSqlLimiter
-
-