[[["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 `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."]]],[]]