-
- All Known Implementing Classes:
AnsiSqlRowsLimiter,LimitOffsetSqlLimiter
public interface SqlLimiterAdds SQL limiting to a query (such as LIMIT OFFSET).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlLimitResponselimit(SqlLimitRequest request)Add the SQL limiting statements around the query.
-
-
-
Method Detail
-
limit
SqlLimitResponse limit(SqlLimitRequest request)
Add the SQL limiting statements around the query.
-
-