[[["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 page provides documentation for the `BatchDmlResult` structure in the Google Cloud Spanner C++ client library, outlining its usage in processing batch DML statements."],["The latest version of `BatchDmlResult` is documented as 2.37.0-rc, with a list of historical versions dating back to 2.11.0, which can be found in the documentation."],["`BatchDmlResult` includes `stats` for each successfully executed `SqlStatement` and a `status` field to describe failures if any statement within the batch fails."],["Batch DML statements, encapsulated in `SqlStatement` objects, are executed sequentially using the `Client::ExecuteBatchDml` method."],["If a `SqlStatement` execution fails, all subsequent statements in the batch are skipped, and `BatchDmlResult::status` will contain details of that error."]]],[]]