public abstract class Statement extends Query
This class represents a query string along with query options. It
can be extended but SimpleStatement is provided to build a Statement directly from its query string.
| Modifier | Constructor and Description |
|---|---|
protected |
Statement()
Creates a new Statement.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getQueryString()
Returns the query string for this statement.
|
String |
toString() |
disableTracing, enableTracing, getConsistencyLevel, getRetryPolicy, getRoutingKey, isTracing, setConsistencyLevel, setRetryPolicyCopyright © 2014. All Rights Reserved.