public class UntypedResultSet extends java.lang.Object implements java.lang.Iterable<UntypedResultSet.Row>
Modifier and Type | Class and Description |
---|---|
static class |
UntypedResultSet.Row |
Constructor and Description |
---|
UntypedResultSet(ResultSet cqlRows) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
java.util.Iterator<UntypedResultSet.Row> |
iterator() |
UntypedResultSet.Row |
one() |
int |
size() |
public UntypedResultSet(ResultSet cqlRows)
public boolean isEmpty()
public int size()
public UntypedResultSet.Row one()
public java.util.Iterator<UntypedResultSet.Row> iterator()
iterator
in interface java.lang.Iterable<UntypedResultSet.Row>
Copyright © 2013 The Apache Software Foundation