Function libduckdb_sys::duckdb_bind_hugeint[][src]

pub unsafe extern "C" fn duckdb_bind_hugeint(
    prepared_statement: duckdb_prepared_statement,
    param_idx: idx_t,
    val: duckdb_hugeint
) -> duckdb_state
Expand description

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