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). - Batch
Type Parse Error - Encountered a malformed batch type.
Enums§
- Batch
Serialization Error - An error type returned when serialization of BATCH request fails.
- Batch
Statement - A single statement in a batch, which can either be a statement string or a prepared statement ID.
- Batch
Statement Serialization Error - An error type returned when serialization of one of the batch statements fails.
- Batch
Type - The type of a batch.