[[["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 document provides a reference for the `DmlResult` class in the Google Cloud Spanner C++ client library, with versions ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `DmlResult` class represents the outcome of a Data Manipulation Language (DML) operation, such as `INSERT`, `UPDATE`, or `DELETE`, executed via `spanner::Client::ExecuteDml()`."],["The primary function of this class is to return the number of rows affected by a DML statement, accessible through the `RowsModified()` method."],["The `RowsModified()` function typically returns the exact number of rows changed, however in cases of Partitioned DML it only provides a lower bound of the rows affected."],["The document includes examples of using `ExecuteDml()` and contains information on the `DmlResult` class constructors and operators."]]],[]]