pub unsafe extern "C" fn duckdb_bind_value(
prepared_statement: duckdb_prepared_statement,
param_idx: idx_t,
val: duckdb_value,
) -> duckdb_state
Expand description
Binds a value to the prepared statement at the specified index.
pub unsafe extern "C" fn duckdb_bind_value(
prepared_statement: duckdb_prepared_statement,
param_idx: idx_t,
val: duckdb_value,
) -> duckdb_state
Binds a value to the prepared statement at the specified index.