Class SqlAnywhereLimiter
java.lang.Object
io.ebean.config.dbplatform.sqlanywhere.SqlAnywhereLimiter
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionlimit(SqlLimitRequest request) Add the SQL limiting statements around the query.
-
Constructor Details
-
SqlAnywhereLimiter
public SqlAnywhereLimiter()
-
-
Method Details
-
limit
Description copied from interface:SqlLimiterAdd the SQL limiting statements around the query.- Specified by:
limitin interfaceSqlLimiter
-