Function libduckdb_sys::duckdb_bind_hugeint

source ·
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 a duckdb_hugeint value to the prepared statement at the specified index.