Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
The result of executing a Partitioned DML query. More...
#include <google/cloud/spanner/partitioned_dml_result.h>
Public Attributes | |
std::int64_t | row_count_lower_bound |
A lower bound on the number of rows modified. More... | |
The result of executing a Partitioned DML query.
Definition at line 29 of file partitioned_dml_result.h.
std::int64_t google::cloud::spanner::v1::PartitionedDmlResult::row_count_lower_bound |
A lower bound on the number of rows modified.
Definition at line 31 of file partitioned_dml_result.h.