public class QueryBuilderBridge extends Object
QueryBuilderBridge class provides access to package private
functionality in Cassandra.| Modifier and Type | Method and Description |
|---|---|
static String |
getKeyspace(com.datastax.driver.core.RegularStatement statement)
Gets the keyspace associated with the statement if any.
|
static boolean |
isCounterOp(com.datastax.driver.core.RegularStatement statement)
Checks if the specified statement holds a counter assignment operation.
|
public static boolean isCounterOp(com.datastax.driver.core.RegularStatement statement)
statement - the raw statement to checktrue if the statement holds a counter assignment
operation; false otherwisepublic static String getKeyspace(com.datastax.driver.core.RegularStatement statement)
statement - the statement for which to get the keyspacenull if unknownCopyright (C) 2015-2017 The Helenus Driver Project Authors.