Function quackdb_internal::ffi::duckdb_bind_hugeint
source · pub unsafe extern "C" fn duckdb_bind_hugeint(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx: u64,
val: duckdb_hugeint
) -> u32Expand description
Binds a duckdb_hugeint value to the prepared statement at the specified index.