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

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

Detailed Description

Wrap the arguments for UpdateDatabase().

Definition at line 137 of file database_admin_connection.h.

Member Data Documentation

◆ database

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

The name of the database.

Definition at line 139 of file database_admin_connection.h.

◆ statements

std::vector<std::string> google::cloud::spanner::v1::DatabaseAdminConnection::UpdateDatabaseParams::statements

The DDL statements updating the database schema.

Definition at line 141 of file database_admin_connection.h.