|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILimit
Represents a LIMIT clause with row offset and row limit values to bound the resulting rows
| Method Summary | |
|---|---|
int |
getRowLimit()
Get the max number of rows returned by the connector for this query . |
int |
getRowOffset()
Gets the offset (relative to the starting row of the produced resultset) of the first row returned by the connector. |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
int getRowLimit()
int getRowOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||