[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The content provides a reference for the `DmlResult` class in the Google Cloud Spanner C++ client library, spanning multiple versions."],["The `DmlResult` class represents the outcome of a data modifying operation, such as `INSERT`, `UPDATE`, or `DELETE`, performed using `spanner::Client::ExecuteDml()`."],["The primary function of this class, `RowsModified()`, returns the count of rows that were impacted by the DML statement."],["The latest version is `2.37.0-rc`, with the `2.20.0` version also being specifically called out as the version that `spanner::Client::ExecuteDml()` belongs to."],["`DmlResult` class also provides functions such as a default constructor and an operator overload for move assignment."]]],[]]