Function libduckdb_sys::duckdb_bind_int8[][src]

pub unsafe extern "C" fn duckdb_bind_int8(
    prepared_statement: duckdb_prepared_statement,
    param_idx: idx_t,
    val: i8
) -> duckdb_state
Expand description

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