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.
Constructor and Description |
---|
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, setRetryPolicy
Copyright © 2013. All Rights Reserved.