[[["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-17 UTC."],[[["This webpage provides documentation for the `BatchDmlResult` structure in the Google Cloud Spanner C++ library, detailing its use in managing the results of executing a batch of DML (Data Manipulation Language) statements."],["The `BatchDmlResult` is obtained after using the `Client::ExecuteBatchDml` method with a vector of `SqlStatement` objects."],["Successful execution of DML statements results in entries in `BatchDmlResult::stats`, and these entries correspond directly to the executed `SqlStatement` objects."],["If any `SqlStatement` fails during the batch execution, all subsequent statements are skipped, and `BatchDmlResult::status` will provide information regarding the failed statement."],["The page shows the available versions of the BatchDmlResult, with the latest one being 2.37.0-rc and older ones going back to 2.11.0."]]],[]]