[[["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."],[[["The provided content is a documentation page for the `DmlResult` class in the Google Cloud Spanner C++ library, detailing its usage and functionality across various versions."],["The `DmlResult` class represents the outcome of a data-modifying operation, such as `INSERT`, `UPDATE`, or `DELETE`, performed via `spanner::Client::ExecuteDml()`."],["The latest version documented is `2.37.0-rc`, and the documentation covers versions back to `2.11.0`."],["The `RowsModified()` function within the `DmlResult` class allows users to retrieve the number of rows affected by the DML statement, with the note that for Partitioned DML, this value is only a lower bound."],["There are multiple constructors and an assignment operator for the class which are included in the documentation, along with a clear code example."]]],[]]