Function libduckdb_sys::duckdb_bind_decimal

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

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