|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Limit

Representation of a limit on the number of tuple results.
| Method Summary | |
|---|---|
int |
getOffset()
Get the number of rows skipped before the results begin. |
int |
getRowLimit()
Get the maximum number of rows that are to be returned. |
boolean |
isOffset()
Determine whether this limit clause defines an offset. |
boolean |
isUnlimited()
Determine whether this limit clause is necessary. |
| Method Detail |
|---|
int getOffset()
int getRowLimit()
Integer.MAX_VALUE if there is no limitboolean isUnlimited()
boolean isOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||