Module io.ebean.api

Interface SqlLimiter

All Known Implementing Classes:
LimitOffsetSqlLimiter

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.
  • Field Details

    • NEW_LINE

      static final char NEW_LINE
      the new line character used.

      Note that this is removed for logging sql to the transaction log.

      See Also:
  • Method Details