15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BATCH_DML_RESULT_H 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BATCH_DML_RESULT_H 59 #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BATCH_DML_RESULT_H Status status
Either OK or the error Status of the SqlStatement that failed.
std::vector< Stats > stats
The stats for each successfully executed SqlStatement.
The stats for each successfully executed SqlStatement.
Contains all the Cloud Spanner C++ client types and functions.
std::int64_t row_count
The number of rows modified by a DML statement.
The result of executing a batch of DML statements.
#define SPANNER_CLIENT_NS