Function cassandra_cpp_sys::cass_prepared_bind

source ยท
pub unsafe extern "C" fn cass_prepared_bind(
    prepared: *const CassPrepared,
) -> *mut CassStatement
Expand description

Creates a bound statement from a pre-prepared statement.

@public @memberof CassPrepared

@param[in] prepared @return Returns a bound statement that must be freed.

@see cass_statement_free()