Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments for UpdateDatabase()
.
More...
#include <google/cloud/spanner/database_admin_connection.h>
Public Attributes | |
Database | database |
The name of the database. More... | |
std::vector< std::string > | statements |
The DDL statements updating the database schema. More... | |
Wrap the arguments for UpdateDatabase()
.
Database google::cloud::spanner::DatabaseAdminConnection::UpdateDatabaseParams::database |
The name of the database.
std::vector<std::string> google::cloud::spanner::DatabaseAdminConnection::UpdateDatabaseParams::statements |
The DDL statements updating the database schema.