Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableByIndexData<T extends SettableByIndexData<T>>
Collection of (typed) CQL values that can set by index (starting a 0).
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableData<T extends SettableData<T>>
Collection of (typed) CQL values that can set either by index (starting a 0) or by name.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundStatement
A prepared statement with values bound to the bind variables.
|
class |
TupleValue
A value for a Tuple.
|
class |
UDTValue
A value for a User Defined Type.
|