| Package | Description |
|---|---|
| com.datastax.dse.driver.api.core | |
| com.datastax.dse.driver.api.core.auth | |
| com.datastax.dse.driver.api.core.cql.continuous | |
| com.datastax.dse.driver.api.core.cql.continuous.reactive | |
| com.datastax.dse.driver.api.core.cql.reactive |
Types related to CQL execution using reactive-style programming.
|
| com.datastax.dse.driver.api.core.graph | |
| com.datastax.dse.driver.api.core.graph.reactive | |
| com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
| com.datastax.oss.driver.api.core.connection |
Types related to a connection to a Cassandra node.
|
| com.datastax.oss.driver.api.core.cql | |
| com.datastax.oss.driver.api.core.servererrors |
| Class and Description |
|---|
| AsyncCqlSession
A session that offers user-friendly methods to execute CQL requests asynchronously.
|
| SyncCqlSession
A session that offers user-friendly methods to execute CQL requests synchronously.
|
| Class and Description |
|---|
| Statement
A request to execute a CQL query.
|
| Class and Description |
|---|
| ExecutionInfo
Information about the execution of a query.
|
| ResultSet
The result of a synchronous CQL query.
|
| Statement
A request to execute a CQL query.
|
| Class and Description |
|---|
| Statement
A request to execute a CQL query.
|
| Class and Description |
|---|
| ColumnDefinitions
Metadata about a set of CQL columns.
|
| ExecutionInfo
Information about the execution of a query.
|
| Row
A row from a CQL table.
|
| Statement
A request to execute a CQL query.
|
| Class and Description |
|---|
| ExecutionInfo
Information about the execution of a query.
|
| Class and Description |
|---|
| ExecutionInfo
Information about the execution of a query.
|
| Class and Description |
|---|
| AsyncCqlSession
A session that offers user-friendly methods to execute CQL requests asynchronously.
|
| ColumnDefinitions
Metadata about a set of CQL columns.
|
| ExecutionInfo
Information about the execution of a query.
|
| SyncCqlSession
A session that offers user-friendly methods to execute CQL requests synchronously.
|
| Class and Description |
|---|
| ExecutionInfo
Information about the execution of a query.
|
| Class and Description |
|---|
| AsyncResultSet
The result of an asynchronous CQL query.
|
| BatchableStatement
A statement that can be added to a CQL batch.
|
| BatchStatement
A statement that groups a number of other statements, so that they can be executed as a batch
(i.e.
|
| BatchStatementBuilder
A builder to create a batch statement.
|
| BatchType
The type of a batch.
|
| Bindable
A data container with the ability to unset values.
|
| BoundStatement
A prepared statement in its executable form, with values bound to the variables.
|
| BoundStatementBuilder
A builder to create a bound statement.
|
| ColumnDefinition
Metadata about a CQL column.
|
| ColumnDefinitions
Metadata about a set of CQL columns.
|
| DefaultBatchType
A default batch type supported by the driver out of the box.
|
| PagingState
A safe wrapper around the paging state of a query.
|
| PreparedStatement
A query with bind variables that has been pre-parsed by the database.
|
| PrepareRequest
A request to prepare a CQL query.
|
| QueryTrace
Tracing information for a query.
|
| ResultSet
The result of a synchronous CQL query.
|
| SimpleStatement
A one-off CQL statement consisting of a query string with optional placeholders, and a set of
values for these placeholders.
|
| SimpleStatementBuilder
A builder to create a simple statement.
|
| Statement
A request to execute a CQL query.
|
| StatementBuilder
Handle options common to all statement builders.
|
| TraceEvent
An event in a
QueryTrace. |
| Class and Description |
|---|
| ExecutionInfo
Information about the execution of a query.
|
Copyright © 2017–2025. All rights reserved.