|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SqlLimitRequest
The request object for the query that can have sql limiting applied to it (such as a LIMIT OFFSET clause).
| Method Summary | |
|---|---|
String |
getDbOrderBy()
Return the orderBy clause of the sql query. |
DatabasePlatform |
getDbPlatform()
return the database platform |
String |
getDbSql()
Return the sql query. |
int |
getFirstRow()
Return the first row value. |
int |
getMaxRows()
Return the max rows for this query. |
com.avaje.ebeaninternal.api.SpiQuery<?> |
getOrmQuery()
return the query |
boolean |
isDistinct()
Return true if the query uses distinct. |
| Method Detail |
|---|
boolean isDistinct()
int getFirstRow()
int getMaxRows()
String getDbSql()
String getDbOrderBy()
com.avaje.ebeaninternal.api.SpiQuery<?> getOrmQuery()
DatabasePlatform getDbPlatform()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||