Modifier and Type | Field and Description |
---|---|
static TypeArg<ResultSet> |
__TYPE_ARG |
Constructor and Description |
---|
ResultSet(Object delegate) |
ResultSet(ResultSet delegate) |
Modifier and Type | Method and Description |
---|---|
ResultSet |
all()
The method should not be used concurrently with others like
fetchNextPage() or . |
ResultSet |
all(Handler<AsyncResult<List<com.datastax.oss.driver.api.core.cql.Row>>> handler)
The method should not be used concurrently with others like
fetchNextPage() or . |
Iterable<com.datastax.oss.driver.api.core.cql.Row> |
currentPage() |
boolean |
equals(Object o) |
Future<ResultSet> |
fetchNextPage() |
com.datastax.oss.driver.api.core.cql.ColumnDefinitions |
getColumnDefinitions() |
ResultSet |
getDelegate() |
com.datastax.oss.driver.api.core.cql.ExecutionInfo |
getExecutionInfo() |
int |
hashCode() |
boolean |
hasMorePages() |
static ResultSet |
newInstance(ResultSet arg) |
com.datastax.oss.driver.api.core.cql.Row |
one() |
int |
remaining() |
rx.Single<List<com.datastax.oss.driver.api.core.cql.Row>> |
rxAll()
The method should not be used concurrently with others like
fetchNextPage() or . |
String |
toString() |
boolean |
wasApplied() |
public ResultSet(ResultSet delegate)
public ResultSet(Object delegate)
public ResultSet getDelegate()
public int remaining()
public boolean hasMorePages()
public boolean wasApplied()
public ResultSet all(Handler<AsyncResult<List<com.datastax.oss.driver.api.core.cql.Row>>> handler)
fetchNextPage()
or .
This may lead to unexpected result.handler
- handler called when all the rows is fetchedpublic ResultSet all()
fetchNextPage()
or .
This may lead to unexpected result.public rx.Single<List<com.datastax.oss.driver.api.core.cql.Row>> rxAll()
fetchNextPage()
or .
This may lead to unexpected result.public com.datastax.oss.driver.api.core.cql.ColumnDefinitions getColumnDefinitions()
public com.datastax.oss.driver.api.core.cql.ExecutionInfo getExecutionInfo()
public Iterable<com.datastax.oss.driver.api.core.cql.Row> currentPage()
public com.datastax.oss.driver.api.core.cql.Row one()
Copyright © 2020 Eclipse. All rights reserved.