Uses of Class
org.apache.cassandra.cql3.UntypedResultSet.Row

Packages that use UntypedResultSet.Row
org.apache.cassandra.config   
org.apache.cassandra.cql3   
 

Uses of UntypedResultSet.Row in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config with parameters of type UntypedResultSet.Row
static CFMetaData CFMetaData.fromSchema(UntypedResultSet.Row result)
          Deserialize CF metadata from low-level representation
 

Uses of UntypedResultSet.Row in org.apache.cassandra.cql3
 

Methods in org.apache.cassandra.cql3 that return UntypedResultSet.Row
 UntypedResultSet.Row UntypedResultSet.one()
           
 

Methods in org.apache.cassandra.cql3 that return types with arguments of type UntypedResultSet.Row
 java.util.Iterator<UntypedResultSet.Row> UntypedResultSet.iterator()
           
 



Copyright © 2013 The Apache Software Foundation