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.type |
Modifier and Type | Interface and Description |
---|---|
interface |
ReactiveRow
A row produced by a reactive result set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ColumnDefinition
Metadata about a CQL column.
|
interface |
ColumnDefinitions
Metadata about a set of CQL columns.
|
interface |
Row
A row from a CQL table.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomType |
interface |
DataType
The type of a CQL column, field or function argument.
|
interface |
ListType |
interface |
MapType |
interface |
SetType |
interface |
TupleType |
interface |
UserDefinedType |
Copyright © 2017–2024. All rights reserved.