[[["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, which represents the outcome of a Data Manipulation Language (DML) operation."],["The `DmlResult` class encapsulates the result of `INSERT`, `UPDATE`, or `DELETE` operations executed through `spanner::Client::ExecuteDml()`."],["The primary function of interest is `RowsModified()`, which returns the number of rows modified by the DML statement, providing an exact count for most operations and a lower bound for Partitioned DML."],["The webpage lists the documentation available for multiple versions of the library, ranging from version 2.11.0 to 2.37.0-rc, allowing developers to refer to the specific version they use."],["The `DmlResult` class provides constructors and operators for managing the result of a DML operation."]]],[]]