Module io.ebean.api

Class SqlLimitResponse

java.lang.Object
io.ebean.config.dbplatform.SqlLimitResponse

public class SqlLimitResponse extends Object
The resulting SQL from a SqlLimit process.
  • Constructor Details

    • SqlLimitResponse

      public SqlLimitResponse(String sql)
      Create the response.
  • Method Details

    • getSql

      public String getSql()
      The final query sql with SQL limit statements added.