Function duckdb_bind_null

Source
pub unsafe extern "C" fn duckdb_bind_null(
    prepared_statement: duckdb_prepared_statement,
    param_idx: idx_t,
) -> duckdb_state
Expand description

Binds a NULL value to the prepared statement at the specified index.