Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
SimpleStatement |
Session.newSimpleStatement(String query)
Builds, but does not execute, a simple statement containing the provided query.
|
SimpleStatement |
AbstractSession.newSimpleStatement(String query)
Builds, but does not execute, a simple statement containing the provided query.
|
SimpleStatement |
Session.newSimpleStatement(String query,
Object... values)
Builds, but does not execute, a simple statement containing the provided query with
the provided parameters.
|
SimpleStatement |
AbstractSession.newSimpleStatement(String query,
Object... values)
Builds, but does not execute, a simple statement containing the provided query with
the provided parameters.
|
SimpleStatement |
SimpleStatement.setKeyspace(String keyspace)
Sets the keyspace this query operates on.
|
SimpleStatement |
SimpleStatement.setRoutingKey(ByteBuffer... routingKeyComponents)
Sets the routing key for this query.
|
SimpleStatement |
SimpleStatement.setRoutingKey(ByteBuffer routingKey)
Sets the routing key for this query.
|
Copyright © 2012–2015. All rights reserved.