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

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

Uses of ResultSet in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return ResultSet
 ResultSet Session.execute(Query query)
          Executes the provided query.
 ResultSet Session.execute(String query)
          Executes the provided query.
 ResultSet ResultSetFuture.getUninterruptibly()
          Waits for the query to return and return its result.
 ResultSet ResultSetFuture.getUninterruptibly(long timeout, TimeUnit unit)
          Waits for the provided time for the query to return and return its result if available.
 



Copyright © 2013. All Rights Reserved.