Skip to main content

duckdb_file_handle_sync

Function duckdb_file_handle_sync 

Source
pub unsafe extern "C" fn duckdb_file_handle_sync(
    file_handle: duckdb_file_handle,
) -> duckdb_state
Expand description

Synchronizes the file’s state with the underlying storage.

@param file_handle The file handle to synchronize. @return DuckDBSuccess on success or DuckDBError on failure. If unsuccessful, the error data can be retrieved using duckdb_file_handle_error_data.