[[["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."],["The `DmlResult` class is used to retrieve the results of `INSERT`, `UPDATE`, or `DELETE` operations performed via the `spanner::Client::ExecuteDml()` method."],["The documentation outlines the available versions of `DmlResult`, starting from the latest release candidate 2.37.0-rc and going back to version 2.11.0."],["The `RowsModified()` function within the `DmlResult` class returns the number of rows that were impacted by the DML statement, with a note that partitioned DML only returns a lower bound."],["The webpage also provides information on the constructors, move operators and parameter details of the `DmlResult` class, including usage examples."]]],[]]