Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments to ExecuteBatchDml()
.
More...
#include <google/cloud/spanner/connection.h>
Public Attributes | |
Transaction | transaction |
std::vector< SqlStatement > | statements |
Options | options |
Wrap the arguments to ExecuteBatchDml()
.
Definition at line 112 of file connection.h.
Options google::cloud::spanner::v1::Connection::ExecuteBatchDmlParams::options |
Definition at line 115 of file connection.h.
std::vector<SqlStatement> google::cloud::spanner::v1::Connection::ExecuteBatchDmlParams::statements |
Definition at line 114 of file connection.h.
Transaction google::cloud::spanner::v1::Connection::ExecuteBatchDmlParams::transaction |
Definition at line 113 of file connection.h.