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 SelectFromCassandra {
public static void main(String[] args) {
Cluster cluster = Cluster.builder().addContactPoint(“127.0.0.1”).build();
Session session = cluster.connect(“demo”);
ResultSet rs = session.execute(“SELECT *FROM emp1 WHERE emp_id=500”);
for (Row row : rs) {
System.out.println(“emp_id = “+row.getInt(“emp_id”)+” name = “+row.getString(“name”));
}
}
}
This substance makes another trust and motivation within me. A debt of gratitude is in order for sharing article this way. The way you have expressed everything above is entirely amazing. Continue blogging this way.
JAVA Training in Chennai | JAVA Training | JAVA Training institutes in chennai
Hello Admin, thank you for enlightening us with your knowledge sharing.
Regards,
J2EE Training in Chennai|JAVA Training in Chennai
The best thing is that your blog really informative thanks for your great information!
erp software in chennai