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