[[["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 page provides documentation for the `ProfileDmlResult` class in the Google Cloud Spanner C++ library, which is used to capture the results of Data Manipulation Language (DML) operations."],["`ProfileDmlResult` provides methods to retrieve the number of rows modified by a DML statement, which can include `INSERT`, `UPDATE`, or `DELETE` operations, along with execution statistics and the query plan."],["The documentation includes links to different versions of the `ProfileDmlResult` class, ranging from the latest release candidate version `2.37.0-rc` down to version `2.11.0`."],["The class offers methods like `RowsModified()`, `ExecutionStats()`, and `ExecutionPlan()` to access information about the DML execution, including a lower bound of rows modified for Partitioned DML."],["The documentation provides example usage of `ProfileDmlResult` within a `spanner::Client::Commit` call to demonstrate how to obtain and use the data, such as getting the number of rows modified or the key-value pair stats."]]],[]]