pub unsafe extern "C" fn duckdb_bind_null(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx: u64,
) -> u32
Expand description
Binds a NULL value to the prepared statement at the specified index.
pub unsafe extern "C" fn duckdb_bind_null(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx: u64,
) -> u32
Binds a NULL value to the prepared statement at the specified index.