|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Statement statement)
Executes the provided query. |
ResultSet |
Session.execute(String query)
Executes the provided query. |
ResultSet |
Session.execute(String query,
Object... values)
Executes the provided query using the provided value. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||