[[["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 hold results from executing a batch of DML statements."],["The latest version available is 2.37.0-rc, with a comprehensive list of previous versions starting from 2.36.0 all the way down to 2.11.0 also listed."],["`BatchDmlResult` includes `stats` for successfully executed `SqlStatement` objects and a `status` to inform on the failure of a statement which stops the execution of the rest of the batch."],["Batch DML statements are executed sequentially via the `Client::ExecuteBatchDml` method, which takes a vector of `SqlStatement` objects."]]],[]]