| Interface | Description |
|---|---|
| AccessibleById |
A data structure where the values are accessible via a CQL identifier.
|
| AccessibleByIndex |
A data structure where the values are accessible via an integer index.
|
| AccessibleByName |
A data structure where the values are accessible via a name string.
|
| Data |
A data structure containing CQL values.
|
| GettableById |
A data structure that provides methods to retrieve its values via a CQL identifier.
|
| GettableByIndex |
A data structure that provides methods to retrieve its values via an integer index.
|
| GettableByName |
A data structure that provides methods to retrieve its values via a name.
|
| SettableById<SelfT extends SettableById<SelfT>> |
A data structure that provides methods to set its values via a CQL identifier.
|
| SettableByIndex<SelfT extends SettableByIndex<SelfT>> |
A data structure that provides methods to set its values via an integer index.
|
| SettableByName<SelfT extends SettableByName<SelfT>> |
A data structure that provides methods to set its values via a name.
|
| TupleValue |
Driver-side representation of a CQL
tuple value. |
| UdtValue |
Driver-side representation of an instance of a CQL user defined type.
|
| Class | Description |
|---|---|
| ByteUtils |
A set of static utility methods to work with byte buffers (associated with CQL type
blob). |
| CqlDuration |
A duration, as defined in CQL.
|
| CqlVector<T extends Number> |
Representation of a vector as defined in CQL.
|
Copyright © 2017–2023. All rights reserved.