[[["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 page details the `ProfileDmlResult` class in the Google Cloud Spanner C++ client library, which is used to represent the outcome of a Data Manipulation Language (DML) operation."],["The `ProfileDmlResult` class provides access to the number of rows modified, execution statistics, and the query execution plan for DML statements like `INSERT`, `UPDATE`, or `DELETE`."],["The latest version available is 2.37.0-rc, and the page also lists links to documentation for the many other historical versions, all the way back to 2.11.0, for this class."],["The class offers functions like `RowsModified()`, `ExecutionStats()`, and `ExecutionPlan()` to retrieve detailed information about the DML operation's impact and performance."],["The `ProfileDmlResult` can be created using a constructor that accepts a unique pointer to a ResultSourceInterface, or through move semantics, as well as has an overloaded move operator."]]],[]]