Google Cloud Spanner C++ Client  1.32.0
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
 
Options options
 

Detailed Description

Wrap the arguments to ExecuteBatchDml().

Definition at line 112 of file connection.h.

Member Data Documentation

◆ options

Options google::cloud::spanner::v1::Connection::ExecuteBatchDmlParams::options

Definition at line 115 of file connection.h.

◆ statements

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

Definition at line 114 of file connection.h.

◆ transaction

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

Definition at line 113 of file connection.h.