[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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."]]],[]]