Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
Row |
ResultSet.one()
Returns the next result from this ResultSet.
|
Modifier and Type | Method and Description |
---|---|
List<Row> |
ResultSet.all()
Returns all the remaining rows in this ResultSet as a list.
|
Iterator<Row> |
ResultSet.iterator()
Returns an iterator over the rows contained in this ResultSet.
|