In addition to the Data Manipulation Language (DML) based APIs, Cloud Spanner supports the mutation API, where the application describes data modification using a data structure instead of a SQL statement.
This class serves as a wrapper for all mutations types. Use the builders, such as InsertMutationBuilder or UpdateMutationBuilder to create objects of this class.
[[["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 webpage provides documentation for the `Mutation` class within the Google Cloud Spanner C++ library, offering various versions of the class, including the latest release, 2.37.0-rc."],["The `Mutation` class acts as a wrapper for all mutation types in the Cloud Spanner mutation API, enabling users to describe data modifications using a data structure."],["Users can create `Mutation` objects using builders like `InsertMutationBuilder` or `UpdateMutationBuilder`."],["The documentation outlines the constructors and operators available for the `Mutation` class, including move and copy constructors/assignment operators."],["The `Mutation` class has functions `as_proto()`, which allows for conversion of the mutation into a protobuf format."]]],[]]