#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_execute_result_rows_changed(
handle: *mut VldbSqliteExecuteResultHandle,
) -> i64Expand description
返回通用 SQL 执行结果中的 rows_changed。 Return rows_changed from a shared SQL execution result.
#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_execute_result_rows_changed(
handle: *mut VldbSqliteExecuteResultHandle,
) -> i64返回通用 SQL 执行结果中的 rows_changed。 Return rows_changed from a shared SQL execution result.