private static class ProgressiveResults.Locator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
bracket
0-based bracket index within list of delegate result set objects
|
private int |
offset
Offset of a particular record from the start of a bracket
|
private int |
row
0-based index of a row in the virtualized result set
|
private int |
size
Number of records in a bracket
|
| Constructor and Description |
|---|
Locator(int bracket,
int offset,
int size,
int row)
Convenience constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getBracket()
Get the 0-based bracket index within a list of delegate result set
objects.
|
(package private) int |
getOffset()
Get the offset of a particular record from the start of the bracket.
|
(package private) int |
getRow()
Get the 0-based index of a row in the virtualized result set.
|
(package private) int |
getSize()
Get the number of records in the bracket.
|
java.lang.String |
toString()
Get a string reprentation of this object's current state.
|
private int bracket
private int offset
private int size
private int row
Locator(int bracket,
int offset,
int size,
int row)
bracket - 0-based bracket index within a list of delegate result set
objects.offset - Offset of a particular record from the start of a bracket.size - Number of records in a bracket.row - 0-based index of a row in the virtualized result set.int getBracket()
int getOffset()
int getSize()
int getRow()
public java.lang.String toString()
toString in class java.lang.Object