Module statement

Source
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§

batch
prepared
unprepared

Enums§

Consistency
SerialConsistency