[[["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-14 UTC."],[[["This webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ client library, detailing its use in representing the outcome of data modification operations."],["The `DmlResult` class, specifically used with `spanner::Client::ExecuteDml()`, encapsulates the results of `INSERT`, `UPDATE`, or `DELETE` operations in Cloud Spanner."],["The webpage lists available versions of the library starting from the current latest version `2.37.0-rc`, down to `2.11.0`, allowing developers to refer to the class specifications for each version."],["The `RowsModified()` function within `DmlResult` allows retrieval of the number of rows impacted by a DML statement, with the caveat that partitioned DML only offers a lower bound estimate."],["The page showcases an example of using the `ExecuteDml()` method in a transaction to insert a row and retrieve the number of modified rows."]]],[]]