Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::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().

Member Data Documentation

◆ options

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

◆ statements

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

◆ transaction

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