Function libduckdb_sys::duckdb_bind_parameter_index

source ·
pub unsafe extern "C" fn duckdb_bind_parameter_index(
    prepared_statement: duckdb_prepared_statement,
    param_idx_out: *mut idx_t,
    name: *const c_char
) -> duckdb_state
Expand description

Retrieve the index of the parameter for the prepared statement, identified by name