Package io.ebean.config.dbplatform
Class SqlLimitResponse
java.lang.Object
io.ebean.config.dbplatform.SqlLimitResponse
public class SqlLimitResponse extends Object
The resulting SQL from a SqlLimit process.
-
Constructor Summary
Constructors Constructor Description SqlLimitResponse(String sql)Create the response. -
Method Summary
-
Constructor Details
-
SqlLimitResponse
Create the response.
-
-
Method Details
-
getSql
The final query sql with SQL limit statements added.
-