[[["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 document outlines the `BatchDmlResult` structure within the Google Cloud Spanner C++ library, which is used to represent the results of executing a batch of Data Manipulation Language (DML) statements."],["The latest version documented is 2.37.0-rc, with a comprehensive list of previous versions ranging from 2.36.0 down to 2.11.0 that are also available."],["`BatchDmlResult` includes `stats` for each successfully executed `SqlStatement` and `status` information if any `SqlStatement` fails, halting the execution of subsequent statements in the batch."],["Batch DML statements are processed sequentially using the `Client::ExecuteBatchDml` method, which takes a vector of `SqlStatement` objects."]]],[]]