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::BatchDmlResult::Stats Struct Reference

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...
 

Detailed Description

The stats for each successfully executed SqlStatement.

Definition at line 41 of file batch_dml_result.h.

Member Data Documentation

◆ row_count

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.