April 2017
Beginner to intermediate
360 pages
9h 35m
English
Here are some of the common types used for querying:
Let's execute a simple query to insert data into the users table of my_status keyspace and fetch some data. Let's the name the program SimpleQuery.java:
import com.datastax.driver.core.Cluster;import com.datastax.driver.core.ResultSet;import com.datastax.driver.core.Row;import com.datastax.driver.core.Session;public class SimpleQuery { public static ...
Read now
Unlock full access