[[["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 webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ client library, which represents the outcome of a data modification language (DML) operation like `INSERT`, `UPDATE`, or `DELETE`."],["The `DmlResult` class allows you to retrieve the number of rows that were affected by the DML statement using the `RowsModified()` function, although it only provides a lower bound for partitioned DML."],["The documentation covers a range of versions for the library, from version 2.11.0 up to the latest release candidate 2.37.0-rc, as well as having a current version of 2.17.0, providing access to specific version details for the `DmlResult` class."],["The page provides example code on how to use the class and function alongside a spanner client to execute a dml statement, then commit the transaction in order to retrieve the amount of rows inserted."],["The `DmlResult` class also supports constructors and move operators for object creation and manipulation, including a constructor that takes a unique pointer to a `ResultSourceInterface`."]]],[]]