Interface | Description |
---|---|
AsyncCqlSession |
A session that offers user-friendly methods to execute CQL requests asynchronously.
|
AsyncResultSet |
The result of an asynchronous CQL query.
|
BatchableStatement<SelfT extends BatchableStatement<SelfT>> |
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.
|
BatchType |
The type of a batch.
|
Bindable<SelfT extends Bindable<SelfT>> |
A data container with the ability to unset values.
|
BoundStatement |
A prepared statement in its executable form, with values bound to the variables.
|
ColumnDefinition |
Metadata about a CQL column.
|
ColumnDefinitions |
Metadata about a set of CQL columns.
|
ExecutionInfo |
Information about the execution of a query.
|
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.
|
Row |
A row from a CQL table.
|
SimpleStatement |
A one-off CQL statement consisting of a query string with optional placeholders, and a set of
values for these placeholders.
|
Statement<SelfT extends Statement<SelfT>> |
A request to execute a CQL query.
|
SyncCqlSession |
A session that offers user-friendly methods to execute CQL requests synchronously.
|
TraceEvent |
An event in a
QueryTrace . |
Class | Description |
---|---|
BatchStatementBuilder |
A builder to create a batch statement.
|
BoundStatementBuilder |
A builder to create a bound statement.
|
SimpleStatementBuilder |
A builder to create a simple statement.
|
StatementBuilder<SelfT extends StatementBuilder<SelfT,StatementT>,StatementT extends Statement<StatementT>> |
Handle options common to all statement builders.
|
Enum | Description |
---|---|
DefaultBatchType |
A default batch type supported by the driver out of the box.
|
Copyright © 2017–2024. All rights reserved.