[[["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 `DmlResult` class in the Google Cloud Spanner C++ library, which represents the outcome of data manipulation language (DML) operations like `INSERT`, `UPDATE`, or `DELETE`."],["The `DmlResult` class provides access to the number of rows modified by a DML operation, accessible through the `RowsModified()` function."],["The page lists a history of versions of this feature, including `2.37.0-rc` as the latest, and many other stable releases like `2.36.0`, `2.35.0`, and so on all the way down to `2.11.0`."],["The webpage includes code examples demonstrating how to use the `ExecuteDml()` method of the spanner client and how to retrieve the number of modified rows."],["It details the constructors and operators of `DmlResult` class, specifically `DmlResult()`, `DmlResult(std::unique_ptr\u003c ResultSourceInterface \u003e)`, `DmlResult(DmlResult &&)` and `operator=(DmlResult &&)`."]]],[]]