Module BatchStatement
This module represents a Cassandra batch statement.
A batch can combine multiple data modification statements (INSERT, UPDATE, DELETE) into a single operation. A batch is instanciated by the Cassandra module. See the related batch.lua example.
Functions
batch:add (query, args) | Add a query to the batch operation. |