[[["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 `BatchDmlResult` structure within the Google Cloud Spanner C++ library, which is used to represent the results of executing a batch of DML (Data Manipulation Language) statements."],["The latest version documented is 2.37.0-rc, and the document provides links to documentation for numerous previous versions down to 2.11.0, all within the context of the `BatchDmlResult` struct."],["`BatchDmlResult` contains a vector of stats for each successfully executed `SqlStatement`, accessible through `BatchDmlResult::stats`."],["The `Client::ExecuteBatchDml` method is used to execute batch DML operations, and if any `SqlStatement` fails, all subsequent statements in the batch are skipped and error information can be found in `BatchDmlResult::status`."]]],[]]