Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableByNameData<T extends SettableData<T>>
Collection of (typed) CQL values that can set by name.
|
interface |
SettableData<T extends SettableData<T>>
Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundStatement
A prepared statement with values bound to the bind variables.
|
class |
UDTValue
A value for a User Defined Type.
|
Copyright © 2012–2018. All rights reserved.