public class ResultSetV4 extends Wrapper<com.datastax.oss.driver.api.core.cql.ResultSet> implements ResultSet
| Constructor and Description |
|---|
ResultSetV4() |
| 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