Module io.ebean.api

Class SqlLimitResponse


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

      • SqlLimitResponse

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

      • getSql

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