| Package | Description | 
|---|---|
| com.datastax.driver.core | 
 The main package for the DataStax Java driver for Cassandra. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GettableData
Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by
 name. 
 | 
interface  | 
Row
A CQL Row returned in a  
ResultSet. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractGettableData  | 
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. 
 | 
Copyright © 2012–2019. All rights reserved.