public class Limit extends Object
| Constructor and Description |
|---|
Limit(int start) |
Limit(int start,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRows() |
int |
getStart() |
void |
setMaxRows(int maxRows) |
void |
setStart(int start) |
Copyright © 2016 Le. All rights reserved.