- All Known Implementing Classes:
LimitOffsetSqlLimiter
public interface SqlLimiter
Adds SQL limiting to a query (such as LIMIT OFFSET).
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlimit
(SqlLimitRequest request) Add the SQL limiting statements around the query.
-
Field Details
-
NEW_LINE
static final char NEW_LINEthe new line character used.Note that this is removed for logging sql to the transaction log.
- See Also:
-
-
Method Details
-
limit
Add the SQL limiting statements around the query.
-