| Package | Description | 
|---|---|
| com.datastax.dse.driver.api.core.cql.reactive | Types related to CQL execution using reactive-style programming. | 
| com.datastax.oss.driver.api.core.cql | |
| com.datastax.oss.driver.api.core.data | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ReactiveRowA row produced by a reactive result set. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Bindable<SelfT extends Bindable<SelfT>>A data container with the ability to unset values. | 
| interface  | BoundStatementA prepared statement in its executable form, with values bound to the variables. | 
| interface  | RowA row from a CQL table. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BoundStatementBuilderA builder to create a bound statement. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AccessibleByIdA data structure where the values are accessible via a CQL identifier. | 
| interface  | AccessibleByNameA data structure where the values are accessible via a name string. | 
| interface  | GettableByIdA data structure that provides methods to retrieve its values via a CQL identifier. | 
| interface  | GettableByIndexA data structure that provides methods to retrieve its values via an integer index. | 
| interface  | GettableByNameA data structure that provides methods to retrieve its values via a name. | 
| interface  | SettableById<SelfT extends SettableById<SelfT>>A data structure that provides methods to set its values via a CQL identifier. | 
| interface  | SettableByIndex<SelfT extends SettableByIndex<SelfT>>A data structure that provides methods to set its values via an integer index. | 
| interface  | SettableByName<SelfT extends SettableByName<SelfT>>A data structure that provides methods to set its values via a name. | 
| interface  | TupleValueDriver-side representation of a CQL  tuplevalue. | 
| interface  | UdtValueDriver-side representation of an instance of a CQL user defined type. | 
Copyright © 2017–2025. All rights reserved.