[[["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 handling the results of executing a batch of DML (Data Manipulation Language) statements."],["The `BatchDmlResult` structure stores the execution status and statistics for each `SqlStatement` in a batch, as executed by the `Client::ExecuteBatchDml` method."],["The page provides historical documentation for this struct across multiple versions of the library, from version 2.11.0 to the current latest release candidate, 2.37.0-rc, with the current version at 2.30.0."],["Successful execution results in one entry in `BatchDmlResult::stats` for each `SqlStatement`, whereas failure will result in `BatchDmlResult::status` containing error details, and no further statements are run."]]],[]]