Function quackdb_internal::ffi::duckdb_bind_blob
source · pub unsafe extern "C" fn duckdb_bind_blob(
prepared_statement: *mut _duckdb_prepared_statement,
param_idx: u64,
data: *const c_void,
length: u64
) -> u32
Expand description
Binds a blob value to the prepared statement at the specified index.