[[["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 results and profiling statistics of a data modification operation performed through `spanner::Client::ProfileDml()`."],["`ProfileDmlResult` encapsulates the outcome of Cloud Spanner DML operations such as `INSERT`, `UPDATE`, and `DELETE`, including the number of rows impacted."],["The class provides methods like `RowsModified()` to get the count of rows changed, `ExecutionStats()` for SQL statement execution statistics, and `ExecutionPlan()` for the query's execution plan."],["The class has been updated through many versions, starting from version 2.11.0 up until the latest version, 2.37.0-rc."],["There are multiple constructors and an operator for this class, including a default constructor and copy constructor, along with an assignment operator."]]],[]]