|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.UntypedResultSet
public class UntypedResultSet
a utility for doing internal cql-based queries
Nested Class Summary | |
---|---|
static class |
UntypedResultSet.Row
|
Constructor Summary | |
---|---|
UntypedResultSet(java.util.List<CqlRow> cqlRows)
|
Method Summary | |
---|---|
java.util.Iterator<UntypedResultSet.Row> |
iterator()
|
UntypedResultSet.Row |
one()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UntypedResultSet(java.util.List<CqlRow> cqlRows)
Method Detail |
---|
public UntypedResultSet.Row one()
public java.util.Iterator<UntypedResultSet.Row> iterator()
iterator
in interface java.lang.Iterable<UntypedResultSet.Row>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |