[[["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-04-09 UTC."],[[["This webpage provides documentation for the `ProfileDmlResult` class in the Google Cloud Spanner C++ library, with versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ProfileDmlResult` class represents the outcome of a data-modifying operation (DML) in Cloud Spanner, such as `INSERT`, `UPDATE`, or `DELETE`, using the `spanner::Client::ProfileDml()` function."],["The `ProfileDmlResult` object provides information on the number of rows modified, along with execution statistics and a query plan, which are only available after the SQL statement is executed."],["The `RowsModified()` function returns the number of rows affected by the DML operation, while the `ExecutionStats()` function provides key-value pairs representing the statistics of the statement execution, and the `ExecutionPlan()` function allows you to inspect the query execution plan."]]],[]]