Package | Description |
---|---|
com.datastax.oss.driver.api.core.cql |
Modifier and Type | Method and Description |
---|---|
default Row |
ResultSet.one()
Returns the next row, or
null if the result set is exhausted. |
default Row |
AsyncResultSet.one()
Returns the next row, or
null if the result set is exhausted. |
Modifier and Type | Method and Description |
---|---|
default List<Row> |
ResultSet.all()
Returns all the remaining rows as a list; not recommended for queries that return a large
number of rows.
|
Iterable<Row> |
AsyncResultSet.currentPage()
The rows in the current page.
|
Copyright © 2017–2018. All rights reserved.