[[["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 provides details on the `ProfileDmlResult` class, which is used to encapsulate the results of Cloud Spanner Data Manipulation Language (DML) operations like `INSERT`, `UPDATE`, or `DELETE`."],["The `ProfileDmlResult` class returns the number of rows modified, execution statistics, and query plans after a DML statement has been executed via `spanner::Client::ProfileDml()`."],["The latest version for this documentation is `2.37.0-rc`, with versions ranging back to `2.11.0` all having similar pages with the same information."],["Key functions of the `ProfileDmlResult` class include `RowsModified()`, `ExecutionStats()`, and `ExecutionPlan()`, allowing users to retrieve the count of modified rows, execution statistics, and the query execution plan, respectively."],["The document includes examples of using the `ProfileDmlResult` class within a transaction to gather and display rows modified and execution stats after an update, demonstrating its practical usage."]]],[]]