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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlLimitResponselimit(SqlLimitRequest request)Add the SQL limiting statements around the query.
-
-
-
Field Detail
-
NEW_LINE
static final char 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 Detail
-
limit
SqlLimitResponse limit(SqlLimitRequest request)
Add the SQL limiting statements around the query.
-
-