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

    Modifier and Type
    Method
    Description
    Add the SQL limiting statements around the query.