[[["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."],[[["The page details the `ProfileDmlResult` class, which provides information about the result of a Cloud Spanner Data Manipulation Language (DML) operation."],["`ProfileDmlResult` encapsulates the number of rows modified, execution statistics, and the query plan of a DML operation, such as `INSERT`, `UPDATE`, or `DELETE`."],["The class includes methods to access the number of rows modified (`RowsModified()`), execution statistics (`ExecutionStats()`), and the execution plan (`ExecutionPlan()`)."],["The documentation available shows versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The class can be used to retrieve information from a data modifying operation using the `spanner::Client::ProfileDml()` method."]]],[]]