[[["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-09 UTC."],[[["This webpage provides documentation for the `BatchDmlResult` structure within the Google Cloud Spanner C++ library, detailing its use in managing the results of executing a batch of DML (Data Manipulation Language) statements."],["The content covers various versions of the `BatchDmlResult`, ranging from version 2.11.0 up to the latest release candidate version 2.37.0-rc, enabling users to navigate documentation based on version compatibility."],["`BatchDmlResult` is returned after executing batch DML statements through the `Client::ExecuteBatchDml` method, which takes in a collection of `SqlStatement` objects for execution."],["The `BatchDmlResult` contains an entry in `BatchDmlResult::stats` for every successfully executed `SqlStatement`, and if any statement fails, `BatchDmlResult::status` will provide details on that failure."]]],[]]