Uses of Class
com.datastax.driver.core.PreparedStatement

Packages that use PreparedStatement
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
 

Uses of PreparedStatement in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return PreparedStatement
 PreparedStatement PreparedStatement.disableTracing()
          Convenience method to disable tracing for all bound statements created from this prepared statement.
 PreparedStatement PreparedStatement.enableTracing()
          Convenience method to enables tracing for all bound statements created from this prepared statement.
 PreparedStatement Session.prepare(Statement statement)
          Prepares the provided query.
 PreparedStatement Session.prepare(String query)
          Prepares the provided query string.
 PreparedStatement BoundStatement.preparedStatement()
          Returns the prepared statement on which this BoundStatement is based.
 PreparedStatement PreparedStatement.setConsistencyLevel(ConsistencyLevel consistency)
          Sets a default consistency level for all bound statements created from this prepared statement.
 PreparedStatement PreparedStatement.setRetryPolicy(RetryPolicy policy)
          Convenience method to set a default retry policy for the BoundStatement created from this prepared statement.
 PreparedStatement PreparedStatement.setRoutingKey(ByteBuffer... routingKeyComponents)
          Sets the routing key for this query.
 PreparedStatement PreparedStatement.setRoutingKey(ByteBuffer routingKey)
          Sets the routing key for this prepared statement.
 

Constructors in com.datastax.driver.core with parameters of type PreparedStatement
BoundStatement(PreparedStatement statement)
          Creates a new BoundStatement from the provided prepared statement.
 



Copyright © 2013. All Rights Reserved.