public class ResultSetV3 extends Wrapper<com.datastax.driver.core.ResultSet> implements ResultSet
| Constructor and Description |
|---|
ResultSetV3() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Row> |
all() |
java.util.Iterator<Row> |
iterator() |
Row |
one() |
public Row one()
one in interface BaseResultSetpublic java.util.List<Row> all()
all in interface BaseResultSet