- All Known Implementing Classes:
AnsiSqlRowsLimiter
,LimitOffsetSqlLimiter
public interface SqlLimiter
Adds SQL limiting to a query (such as LIMIT OFFSET).
-
Method Summary
Modifier and TypeMethodDescriptionlimit
(SqlLimitRequest request) Add the SQL limiting statements around the query.
-
Method Details
-
limit
Add the SQL limiting statements around the query.
-