Function libduckdb_sys::duckdb_extract_statements_error

source ·
pub unsafe extern "C" fn duckdb_extract_statements_error(
    extracted_statements: duckdb_extracted_statements
) -> *const c_char
Expand description

Returns the error message contained within the extracted statements. The result of this function must not be freed. It will be cleaned up when duckdb_destroy_extracted is called.

result: The extracted statements to fetch the error from. returns: The error of the extracted statements.