[[["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-21 UTC."],[[["This document outlines the `ProfileDmlResult` class, which is used to capture the results and profiling statistics of a data modification operation performed with Cloud Spanner."],["The `ProfileDmlResult` class is returned by the `spanner::Client::ProfileDml()` method, encapsulating the outcome of `INSERT`, `UPDATE`, or `DELETE` operations, which can then provide information on how many rows were modified."],["Users can use `ProfileDmlResult` to obtain the number of modified rows via the `RowsModified()` function, and gain insight into the query's execution plan and statistics using `ExecutionStats()` and `ExecutionPlan()` respectively."],["The document lists all of the versions associated to this page, with version 2.37.0 being the latest, and 2.11.0 being the oldest."]]],[]]