[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document outlines the `ProfileDmlResult` class, which is used to encapsulate the results of data modification operations (DML) like `INSERT`, `UPDATE`, or `DELETE` in Cloud Spanner."],["The `ProfileDmlResult` class provides information such as the number of rows modified, execution statistics, and query plan after executing a DML statement using `spanner::Client::ProfileDml()`."],["The `RowsModified()` function returns the number of rows altered by the DML statement, and for partitioned DML operations it provides a minimum estimate."],["`ExecutionStats()` returns a set of key-value pair statistics relating to the execution of the SQL statement, while the `ExecutionPlan()` function returns the execution plan of the SQL statement."],["The page also lists links to the documentation for various versions, with `2.37.0-rc` as the most current/latest, for the `ProfileDmlResult` class."]]],[]]