pub unsafe extern "C" fn duckdb_bind_value(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx: u64,
val: *mut _duckdb_value,
) -> u32Expand description
Binds a value to the prepared statement at the specified index.
pub unsafe extern "C" fn duckdb_bind_value(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx: u64,
val: *mut _duckdb_value,
) -> u32Binds a value to the prepared statement at the specified index.