Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::DatabaseAdminConnection::CreateDatabaseParams Struct Reference

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...
 

Detailed Description

Wrap the arguments for CreateDatabase().

Definition at line 116 of file database_admin_connection.h.

Member Data Documentation

◆ database

Database google::cloud::spanner::v1::DatabaseAdminConnection::CreateDatabaseParams::database

The name of the database.

Definition at line 118 of file database_admin_connection.h.

◆ extra_statements

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.