public interface Limit
Modifier and Type | Method and Description |
---|---|
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.
|
int getOffset()
int getRowLimit()
Integer.MAX_VALUE
if there is no limitboolean isUnlimited()
boolean isOffset()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.