Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
The stats for each successfully executed SqlStatement
.
More...
#include <google/cloud/spanner/batch_dml_result.h>
Public Attributes | |
std::int64_t | row_count |
The number of rows modified by a DML statement. More... | |
The stats for each successfully executed SqlStatement
.
Definition at line 41 of file batch_dml_result.h.
std::int64_t google::cloud::spanner::v1::BatchDmlResult::Stats::row_count |
The number of rows modified by a DML statement.
Definition at line 43 of file batch_dml_result.h.