Function libduckdb_sys::duckdb_bind_uhugeint

source ·
pub unsafe extern "C" fn duckdb_bind_uhugeint(
    prepared_statement: duckdb_prepared_statement,
    param_idx: idx_t,
    val: duckdb_uhugeint
) -> duckdb_state
Expand description

Binds an duckdb_uhugeint value to the prepared statement at the specified index.