Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::Connection::CommitParams Struct Reference

Wrap the arguments to Commit(). More...

#include <google/cloud/spanner/connection.h>

Public Attributes

Transaction transaction
 
Mutations mutations
 

Detailed Description

Wrap the arguments to Commit().

Definition at line 115 of file connection.h.

Member Data Documentation

◆ mutations

Mutations google::cloud::spanner::v1::Connection::CommitParams::mutations

Definition at line 117 of file connection.h.

◆ transaction

Transaction google::cloud::spanner::v1::Connection::CommitParams::transaction

Definition at line 116 of file connection.h.