Function libduckdb_sys::duckdb_result_statement_type

source ·
pub unsafe extern "C" fn duckdb_result_statement_type(
    result: duckdb_result
) -> duckdb_statement_type
Expand description

Returns the statement type of the statement that was executed

result: The result object to fetch the statement type from. returns: duckdb_statement_type value or DUCKDB_STATEMENT_TYPE_INVALID