[[["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 details the `ProfileDmlResult` class, which encapsulates the outcome of a Cloud Spanner Data Manipulation Language (DML) operation, such as `INSERT`, `UPDATE`, or `DELETE`."],["The `ProfileDmlResult` class provides methods to retrieve the number of rows modified by the DML statement via the `RowsModified()` function."],["It also offers functions to get execution statistics (`ExecutionStats()`) and the execution plan (`ExecutionPlan()`) for the executed SQL statement."],["The webpage lists the version history for the `ProfileDmlResult` class, with version 2.37.0-rc being the latest."],["The `ProfileDmlResult` can be created via a constructor taking a `ResultSourceInterface`, or via move construction, and move assignment."]]],[]]