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 char NEW_LINE
    the new line character used.
  • Method Summary

    Modifier and Type Method Description
    SqlLimitResponse limit​(SqlLimitRequest request)
    Add the SQL limiting statements around the query.