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.
-
-
-
Constructor Detail
-
SqlLimitResponse
public SqlLimitResponse(String sql)
Create the response.
-
-