[[["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 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."]]],[]]