Uses of Class
com.datastax.driver.core.Row

Packages that use Row
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
 

Uses of Row in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return Row
 Row ResultSet.one()
          Returns the the next result from this ResultSet.
 

Methods in com.datastax.driver.core that return types with arguments of type Row
 List<Row> ResultSet.all()
          Returns all the remaining rows in this ResultSet as a list.
 Iterator<Row> ResultSet.iterator()
          Returns an iterator over the rows contained in this ResultSet.
 



Copyright © 2013. All Rights Reserved.