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

Member Data Documentation

◆ row_count

std::int64_t google::cloud::spanner::BatchDmlResult::Stats::row_count

The number of rows modified by a DML statement.