pub unsafe extern "C" fn duckdb_clear_bindings(
prepared_statement: *mut _duckdb_prepared_statement,
) -> u32
Expand description
Clear the params bind to the prepared statement.
pub unsafe extern "C" fn duckdb_clear_bindings(
prepared_statement: *mut _duckdb_prepared_statement,
) -> u32
Clear the params bind to the prepared statement.