[[["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."],[[["This webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ client library, which represents the outcome of a Data Manipulation Language (DML) operation."],["The `DmlResult` class can be used to retrieve the number of rows affected by an `INSERT`, `UPDATE`, or `DELETE` statement via the `RowsModified()` function, returning a `std::int64_t` value."],["The page lists the version history of the `DmlResult` class, starting from the latest release candidate `2.37.0-rc` down to `2.11.0`, with each version link containing the respective documentation for that particular release."],["The documentation includes code examples showcasing how to use the `DmlResult` class in conjunction with `spanner::Client::ExecuteDml()` within a transaction to determine the number of rows inserted."],["The document also outlines the constructors and the operator `operator=`, which are used for either creating or manipulating an instance of a `DmlResult` object."]]],[]]