[[["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 page details the `BatchDmlResult` structure within the Google Cloud Spanner C++ library, specifically for version 2.19.0, with links to other versions also available."],["`BatchDmlResult` is the output of executing a set of Data Manipulation Language (DML) statements in batches, which are executed sequentially."],["Each successful `SqlStatement` execution results in an entry within the `BatchDmlResult::stats`, providing statistics for each statement."],["If any `SqlStatement` within the batch fails, all following statements are skipped, and the `BatchDmlResult::status` provides details about the error."],["Batch DML statements are initiated through the `Client::ExecuteBatchDml` method, which uses a collection of `SqlStatement` objects."]]],[]]