Cassandra-Java-Driver-Research icon indicating copy to clipboard operation
Cassandra-Java-Driver-Research copied to clipboard

Cassandra java-driver源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)

Results 1 Cassandra-Java-Driver-Research issues
Sort by recently updated
recently updated
newest added
trafficstars

cql:describe tables it can't google result. code : String useQuery = "describe tables"; ResultSet rs = session.execute(useQuery); error msg: com.datastax.driver.core.exceptions.SyntaxError: line 1:0 no viable alternative at input 'describe' ([describe]...)