pub unsafe extern "C" fn duckdb_bind_float(
prepared_statement: duckdb_prepared_statement,
param_idx: idx_t,
val: f32,
) -> duckdb_stateExpand description
Binds a float value to the prepared statement at the specified index.
pub unsafe extern "C" fn duckdb_bind_float(
prepared_statement: duckdb_prepared_statement,
param_idx: idx_t,
val: f32,
) -> duckdb_stateBinds a float value to the prepared statement at the specified index.