quackdb_internal::ffi

Function duckdb_bind_varchar

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

Binds a null-terminated varchar value to the prepared statement at the specified index.