|
||||||||||
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. |
String |
getDbSql()
Return the sql query. |
int |
getFirstRow()
Return the first row value. |
int |
getMaxRows()
Return the max rows for this query. |
boolean |
isDistinct()
Return true if the query uses distinct. |
Method Detail |
---|
boolean isDistinct()
int getFirstRow()
int getMaxRows()
String getDbSql()
String getDbOrderBy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |