[[["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 is used to capture the outcome of Cloud Spanner Data Manipulation Language (DML) operations such as `INSERT`, `UPDATE`, or `DELETE`."],["The `ProfileDmlResult` class allows developers to access statistics and query plans in addition to the count of modified rows, providing insights into the performance and nature of executed SQL statements."],["The `RowsModified()` function retrieves the quantity of modified rows, with partitioned DML operations returning a minimum value, and all other operations offering the precise count."],["The `ExecutionStats()` function provides key-value pair statistics regarding the execution of the SQL statement, but it is only accessible following statement execution."],["The `ExecutionPlan()` function presents the SQL statement's execution strategy."]]],[]]