struct CassBatch
A group of statements that are executed as a single batch.
Note: Batches are not supported by the binary protocol version 1.
Functions
Creates a new batch statement with batch type.
Frees a batch instance. Batches can be immediately freed after being executed.
Sets the batch’s consistency level
CassError
cass_batch_set_serial_consistency
(CassBatch *
batch, CassConsistency
serial_consistency )
Sets the batch’s serial consistency level.
Default: Not set
Sets the batch’s timestamp.
Sets the batch’s retry policy.
Sets the batch’s custom payload.
Adds a statement to a batch.