[[["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 details the `BatchDmlResult` structure within the Google Cloud Spanner C++ library, which is used to represent the results of executing a batch of DML statements."],["The `BatchDmlResult` contains execution statistics for each successfully executed `SqlStatement` in the `stats` field."],["If any `SqlStatement` fails during execution, all subsequent statements are skipped, and the `status` field will report the failure information."],["The page provides a version history of `BatchDmlResult`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `Client::ExecuteBatchDml` method is used to execute a vector of `SqlStatement` objects, and returns a `BatchDmlResult`."]]],[]]