|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Session.prepare(String query)
Prepare the provided query. |
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 BoundStatement created
from this object. |
PreparedStatement |
PreparedStatement.setRoutingKey(ByteBuffer... routingKeyComponents)
Set the routing key for this query. |
PreparedStatement |
PreparedStatement.setRoutingKey(ByteBuffer routingKey)
Set 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||