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-04-02 UTC."],[[["This webpage provides documentation for the `Mutation` class within the Google Cloud Spanner C++ library, which serves as a wrapper for all types of Cloud Spanner mutations."],["The `Mutation` class offers a mutation API, allowing applications to describe data modifications using a data structure rather than SQL statements, distinct from the Data Manipulation Language (DML) based APIs."],["The latest release candidate version for the library is 2.37.0-rc, and the page includes documentation for multiple past versions, ranging from 2.36.0 down to 2.11.0."],["The class provides constructors for creating empty mutations or moving/copying existing mutations, along with `as_proto()` functions to convert the mutation to the underlying proto."],["Builders like `InsertMutationBuilder` or `UpdateMutationBuilder` should be used to create `Mutation` objects, as empty mutations are unusable with the Cloud Spanner mutation API."]]],[]]