[[["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."],[[["This webpage provides documentation for the `ProfileDmlResult` class in the Google Cloud Spanner C++ library, detailing its functionality and usage across multiple versions, with the latest being 2.37.0-rc."],["`ProfileDmlResult` encapsulates the outcome of a Cloud Spanner Data Manipulation Language (DML) operation, such as `INSERT`, `UPDATE`, or `DELETE`, returning the number of rows affected, and providing the statistics of execution and the query plan."],["The `ProfileDmlResult` class, used in conjunction with `spanner::Client::ProfileDml()`, offers functions like `RowsModified()`, which returns the number of modified rows, and `ExecutionStats()`, which provides key-value pair statistics for the SQL statement execution, and `ExecutionPlan()`, which returns the plan of execution."],["The provided code example demonstrates how to use the class in conjunction with an update query using `ProfileDml` to modify data, retrieve execution stats, and get the number of rows modified."],["The documentation includes the availability of different versions, constructors, operators, and functions like RowsModified(), ExecutionStats(), and ExecutionPlan()."]]],[]]