Module batch

Source
Expand description

CQL protocol-level representation of a BATCH request.

Structs§

Batch
CQL protocol-level representation of a BATCH request, used to execute a batch of statements (prepared, unprepared, or a mix of both).
BatchTypeParseError
Encountered a malformed batch type.

Enums§

BatchSerializationError
An error type returned when serialization of BATCH request fails.
BatchStatement
A single statement in a batch, which can either be a statement string or a prepared statement ID.
BatchStatementSerializationError
An error type returned when serialization of one of the batch statements fails.
BatchType
The type of a batch.