| Modifier and Type | Field | Description |
|---|---|---|
static int |
RESULT_SET_SIZE_UNKNOWN |
What's returned for the size of a row list when its size can not be
determined.
|
| Modifier and Type | Method | Description |
|---|---|---|
default Row |
get(int n) |
Optionally retrieve Row at index n.
|
default int |
getPosition() |
Returns the current position.
|
default Row |
previous() |
Optionally iterate backwards on the list.
|
default int |
size() |
Only works on non dynamic row lists.
|
forEachRemaining, hasNext, next, removestatic final int RESULT_SET_SIZE_UNKNOWN
default Row get(int n)
n - row numberRowdefault int getPosition()
default int size()