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

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

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

Public Attributes

Transaction transaction
 
std::vector< SqlStatementstatements
 

Detailed Description

Wrap the arguments to ExecuteBatchDml().

Definition at line 109 of file connection.h.

Member Data Documentation

◆ statements

std::vector<SqlStatement> google::cloud::spanner::v1::Connection::ExecuteBatchDmlParams::statements

Definition at line 111 of file connection.h.

◆ transaction

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

Definition at line 110 of file connection.h.