duckdb_bind_uint16

Function duckdb_bind_uint16 

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

Binds a uint16_t value to the prepared statement at the specified index.