pub unsafe extern "C" fn duckdb_extract_statements_error(
extracted_statements: *mut _duckdb_extracted_statements,
) -> *const i8
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.