Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ResultSet> |
__TYPE_ARG |
Constructor and Description |
---|
ResultSet(Object delegate) |
ResultSet(ResultSet delegate) |
Modifier and Type | Method and Description |
---|---|
Single<List<com.datastax.oss.driver.api.core.cql.Row>> |
all()
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) |
Single<ResultSet> |
fetchNextPage()
Like
fetchNextPage() but with a direct callback. |
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() |
Single<List<com.datastax.oss.driver.api.core.cql.Row>> |
rxAll()
The method should not be used concurrently with others like
fetchNextPage() or . |
Single<ResultSet> |
rxFetchNextPage()
Like
fetchNextPage() but with a direct callback. |
String |
toString() |
boolean |
wasApplied() |
public static final io.vertx.lang.rx.TypeArg<ResultSet> __TYPE_ARG
public ResultSet(ResultSet delegate)
public ResultSet(Object delegate)
public ResultSet getDelegate()
public int remaining()
public boolean hasMorePages()
public Single<ResultSet> fetchNextPage()
fetchNextPage()
but with a direct callback.public Single<ResultSet> rxFetchNextPage()
fetchNextPage()
but with a direct callback.public boolean wasApplied()
public Single<List<com.datastax.oss.driver.api.core.cql.Row>> all()
fetchNextPage()
or .
This may lead to unexpected result.public 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 © 2022 Eclipse. All rights reserved.