Expand description
This module holds entities representing various kinds of CQL statements, together with their execution options. The following statements are supported:
- Query (unprepared statements),
- PreparedStatement,
- Batch.
Re-exports§
pub use unprepared::Statement;
Modules§
Enums§
- Consistency
- A setting that defines a successful write or read by the number of cluster replicas that acknowledge the write or respond to the read request, respectively. See ScyllaDB docs for more detailed description and guidelines.
- Serial
Consistency - Consistency for Lightweight Transactions (LWTs).