[[["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."],[[["This document outlines the `ProfileDmlResult` class, which is used to encapsulate the results of a Cloud Spanner Data Manipulation Language (DML) operation, such as `INSERT`, `UPDATE`, or `DELETE`."],["The `ProfileDmlResult` class provides access to the number of rows modified by the DML operation, which may be an exact count or a lower bound, depending on if it's a partitioned DML or not."],["The class also allows retrieval of execution statistics and the execution plan for the SQL statement, providing insights into the operation's performance and logic, when the statement is executed."],["The document includes example code on how to utilize the class in order to get stats on an update operation, in addition to providing function description, such as `RowsModified()`, `ExecutionStats()`, and `ExecutionPlan()`."]]],[]]