15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BATCH_DML_RESULT_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BATCH_DML_RESULT_H
18#include "google/cloud/spanner/version.h"
19#include "google/cloud/status.h"
26GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
29
30
31
32
33
34
35
36
37
38
54GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Cloud Spanner C++ client types and functions.
Definition: backoff_policy.h:23
The stats for each successfully executed SqlStatement.
Definition: batch_dml_result.h:41
std::int64_t row_count
The number of rows modified by a DML statement.
Definition: batch_dml_result.h:43
The result of executing a batch of DML statements.
Definition: batch_dml_result.h:39
Status status
Either OK or the error Status of the SqlStatement that failed.
Definition: batch_dml_result.h:51
std::vector< Stats > stats
The stats for each successfully executed SqlStatement.
Definition: batch_dml_result.h:48