Function libduckdb_sys::duckdb_destroy_prepare[][src]

pub unsafe extern "C" fn duckdb_destroy_prepare(
    prepared_statement: *mut duckdb_prepared_statement
)
Expand description

Closes the prepared statement and de-allocates all memory allocated for that connection.

prepared_statement: The prepared statement to destroy.