|
Google Cloud Spanner C++ Client
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.
1.8.15