[[["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."],[[["The webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ library, with versioning information ranging from 2.11.0 to 2.37.0-rc."],["`DmlResult` represents the outcome of a Data Manipulation Language (DML) operation (INSERT, UPDATE, or DELETE) executed through `spanner::Client::ExecuteDml()`."],["The `RowsModified()` function within `DmlResult` returns the number of rows affected by the DML statement, providing an exact count for most DML operations and a lower bound for partitioned DML."],["The page includes constructor and operator information for `DmlResult` class, such as `DmlResult()` and `operator=(DmlResult &&)`, and it lists the parameters and return types for these and other functions."]]],[]]