public class Limit extends BaseLanguageObject
Constructor and Description |
---|
Limit(int offset,
int rowLimit) |
Modifier and Type | Method and Description |
---|---|
void |
acceptVisitor(LanguageObjectVisitor visitor) |
int |
getRowLimit()
Get the max number of rows returned.
|
int |
getRowOffset()
Get the row offset at which to begin returning rows.
|
void |
setRowLimit(int rowLimit) |
void |
setRowOffset(int rowOffset) |
toString
public int getRowLimit()
public int getRowOffset()
public void setRowLimit(int rowLimit)
public void setRowOffset(int rowOffset)
public void acceptVisitor(LanguageObjectVisitor visitor)
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.