Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::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().

Member Data Documentation

◆ database

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

The name of the database.

◆ statements

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

The DDL statements updating the database schema.