quackdb_internal::ffi

Function duckdb_bind_uint64

Source
pub unsafe extern "C" fn duckdb_bind_uint64(
    prepared_statement: *mut _duckdb_prepared_statement,
    param_idx: u64,
    val: u64,
) -> u32
Expand description

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