[[["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."],[[["The provided content is a reference document for the `DmlResult` class in the Google Cloud Spanner C++ library, detailing its usage and functionality across various versions."],["The `DmlResult` class represents the outcome of a Data Manipulation Language (DML) operation (`INSERT`, `UPDATE`, or `DELETE`) performed via `spanner::Client::ExecuteDml()`."],["`DmlResult` objects contain information about the number of rows affected by a DML statement, retrievable using the `RowsModified()` function, where it returns the number of rows modified."],["The document includes a comprehensive list of versioned links for `DmlResult`, starting from the latest release candidate (2.37.0-rc) and going down to version 2.11.0."],["The document also describes the constructors and the operator used by the `DmlResult` class, along with an example of how to use it to check the rows that have been inserted."]]],[]]