[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]