| Constructor and Description |
|---|
ResultSetWrapper(ResultSet delegate) |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
all() |
com.google.common.util.concurrent.ListenableFuture<ResultSet> |
fetchMoreResults() |
List<ExecutionInfo> |
getAllExecutionInfo() |
int |
getAvailableWithoutFetching() |
ColumnDefinitions |
getColumnDefinitions() |
ExecutionInfo |
getExecutionInfo() |
boolean |
isExhausted() |
boolean |
isFullyFetched() |
Iterator<Row> |
iterator() |
Row |
one() |
Row |
peek() |
String |
toString() |
boolean |
wasApplied() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ResultSetWrapper(ResultSet delegate)
public ColumnDefinitions getColumnDefinitions()
getColumnDefinitions in interface ResultSetpublic boolean isExhausted()
isExhausted in interface PagingIterable<ResultSet,Row>public Row peek()
public Row one()
public int getAvailableWithoutFetching()
getAvailableWithoutFetching in interface PagingIterable<ResultSet,Row>public boolean isFullyFetched()
isFullyFetched in interface PagingIterable<ResultSet,Row>public com.google.common.util.concurrent.ListenableFuture<ResultSet> fetchMoreResults()
fetchMoreResults in interface PagingIterable<ResultSet,Row>public ExecutionInfo getExecutionInfo()
getExecutionInfo in interface PagingIterable<ResultSet,Row>public List<ExecutionInfo> getAllExecutionInfo()
getAllExecutionInfo in interface PagingIterable<ResultSet,Row>public boolean wasApplied()
wasApplied in interface ResultSetCopyright © 2012-2021. All Rights Reserved.