[[["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-04-02 UTC."],[[["The `ProfileDmlResult` class encapsulates the results of a Cloud Spanner Data Manipulation Language (DML) operation, such as `INSERT`, `UPDATE`, or `DELETE`."],["This class provides methods to retrieve the number of rows modified by the DML statement via `RowsModified()`, with partitioned DML offering a lower bound and others an exact count."],["It allows access to key-value pair statistics about the SQL statement's execution using the `ExecutionStats()` method, but is only available after the SQL statement has executed."],["The class also contains the `ExecutionPlan()` method, allowing users to get the query plan for the executed SQL statement."],["The page contains the class documentation for the different versions of the ProfileDmlResult class, from version 2.11.0 to 2.37.0-rc."]]],[]]