public PullForwardOnlyResultSet
Partial implementation of ResultSet for such result sets that are pull-based forward moving only. This means that the cursor cannot be manipulated by the user of this resultset, other than invoking next to move along the stream.
| Modifier and Type | Interface and Description |
|---|---|
static class |
PullForwardOnlyResultSet.DefaultImpls
Partial implementation of ResultSet for such result sets that are
pull-based forward moving only. This means that the cursor cannot be manipulated by
the user of this resultset, other than invoking next to move along the stream.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
java.lang.Void |
afterLast() |
java.lang.Void |
beforeFirst() |
java.lang.Void |
first() |
int |
getFetchDirection() |
int |
getFetchSize() |
int |
getType() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
java.lang.Void |
last() |
java.lang.Void |
previous() |
boolean |
relative(int rows) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
boolean absolute(int row)
boolean relative(int rows)
java.lang.Void previous()
java.lang.Void beforeFirst()
java.lang.Void afterLast()
java.lang.Void first()
java.lang.Void last()
int getFetchSize()
void setFetchSize(int rows)
int getFetchDirection()
void setFetchDirection(int direction)
int getType()
boolean isLast()
boolean isFirst()
boolean isBeforeFirst()
boolean isAfterLast()