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 |
ReactiveRow
A 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 |
BoundStatement
A prepared statement in its executable form, with values bound to the variables.
|
interface |
Row
A row from a CQL table.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundStatementBuilder
A builder to create a bound statement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GettableById
A data structure that provides methods to retrieve its values via a CQL identifier.
|
interface |
GettableByName
A data structure that provides methods to retrieve its values via a name.
|
interface |
TupleValue
Driver-side representation of a CQL
tuple value. |
interface |
UdtValue
Driver-side representation of an instance of a CQL user defined type.
|
Copyright © 2017–2024. All rights reserved.