Type Alias cassandra_cpp_sys::CassPrepared

source ·
pub type CassPrepared = CassPrepared_;
Expand description

A statement that has been prepared cluster-side (It has been pre-parsed and cached).

A prepared statement is read-only and it is thread-safe to concurrently bind new statements.

@struct CassPrepared

Aliased Type§

struct CassPrepared { /* private fields */ }