Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments for CreateDatabase()
.
More...
#include <google/cloud/spanner/database_admin_connection.h>
Public Attributes | |
Database | database |
The name of the database. More... | |
std::vector< std::string > | extra_statements |
Any additional statements to execute after creating the database. More... | |
Wrap the arguments for CreateDatabase()
.
Definition at line 116 of file database_admin_connection.h.
Database google::cloud::spanner::v1::DatabaseAdminConnection::CreateDatabaseParams::database |
The name of the database.
Definition at line 118 of file database_admin_connection.h.
std::vector<std::string> google::cloud::spanner::v1::DatabaseAdminConnection::CreateDatabaseParams::extra_statements |
Any additional statements to execute after creating the database.
Definition at line 120 of file database_admin_connection.h.