Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.dse.graph |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
QueryLogger.appendParameters(SimpleStatement statement,
StringBuilder buffer,
int remaining) |
Modifier and Type | Field and Description |
---|---|
protected SimpleStatement |
SimpleGraphStatement.statement |
Modifier and Type | Method and Description |
---|---|
SimpleStatement |
SimpleGraphStatement.unwrap() |
SimpleStatement |
SimpleGraphStatement.unwrap(GraphOptions graphOptions) |
SimpleStatement |
SimpleGraphStatement.unwrap(GraphProtocol graphProtocol) |
Copyright © 2012–2018. All rights reserved.