Package io.ebean.config.dbplatform
Interface SqlLimiter
- All Known Implementing Classes:
Db2SqlLimiter,HanaSqlLimiter,LimitOffsetSqlLimiter,SqlAnywhereLimiter,SqlServerSqlLimiter
public interface SqlLimiter
Adds SQL limiting to a query (such as LIMIT OFFSET).
-
Field Summary
Fields Modifier and Type Field Description static charNEW_LINEthe new line character used. -
Method Summary
Modifier and Type Method Description SqlLimitResponselimit(SqlLimitRequest request)Add the SQL limiting statements around the query.
-
Field Details
-
NEW_LINE
the new line character used.Note that this is removed for logging sql to the transaction log.
- See Also:
- Constant Field Values
-
-
Method Details
-
limit
Add the SQL limiting statements around the query.
-