[[["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-18 UTC."],[[["The provided content outlines the `DmlResult` class within the Google Cloud Spanner C++ library, detailing its role in representing the results of data modification language (DML) operations like `INSERT`, `UPDATE`, or `DELETE`."],["The latest version of `DmlResult` is `2.37.0-rc`, while the content also lists a series of older releases, from `2.36.0` down to `2.11.0`."],["`DmlResult` returns the number of rows that have been modified, in the form of an `std::int64_t`, when a DML statement is executed."],["The class has multiple constructors allowing it to be created with and without parameters, the copy operator is also implemented."],["There is a note that states that Partitioned DML operations will provide a lower bound of rows that are modified, instead of the exact count provided by other DML statements."]]],[]]