- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSql()The final query sql with SQL limit statements added.
-