[[["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-14 UTC."],[[["This page details the `BatchDmlResult` structure within the Google Cloud Spanner C++ client library, which is used to view results for a batch execution of DML statements."],["The `BatchDmlResult` contains `stats` for each successfully executed `SqlStatement` from a batch."],["Batch DML statements are processed sequentially through the `Client::ExecuteBatchDml` method, utilizing a vector of `SqlStatement` objects."],["If any `SqlStatement` within the batch fails, no further statements will be processed and the `BatchDmlResult::status` will contain the details of that failure."],["The page also provides a list of the different version numbers available, from version `2.11.0` up to the `2.37.0-rc` latest release."]]],[]]