[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage provides documentation for the `BatchDmlResult` structure within the Google Cloud Spanner C++ library, detailing its use in handling the results of executing a batch of DML (Data Manipulation Language) statements."],["The most recent version of the documentation is for version 2.37.0-rc, and it includes documentation for versions dating back to 2.11.0."],["`BatchDmlResult` contains execution statistics in `BatchDmlResult::stats` for each successfully executed `SqlStatement`."],["If any `SqlStatement` fails during execution, subsequent statements will not run, and `BatchDmlResult::status` will contain information regarding the failed `SqlStatement`."],["Batch DML statements are executed sequentially through the `Client::ExecuteBatchDml` method, which takes a vector of `SqlStatement` objects."]]],[]]