Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Namespaces | Functions
database.cc File Reference
#include "google/cloud/spanner/database.h"
#include <ostream>
#include <regex>

Go to the source code of this file.

Namespaces

 google
 
 google::cloud
 The namespace Google Cloud Platform C++ client libraries.
 
 google::cloud::spanner
 Contains all the Cloud Spanner C++ client types and functions.
 
 google::cloud::spanner::v1
 The inlined, versioned namespace for the Cloud Spanner C++ client APIs.
 

Functions

bool google::cloud::spanner::v1::operator== (Database const &a, Database const &b)
 
bool google::cloud::spanner::v1::operator!= (Database const &a, Database const &b)
 
std::ostream & google::cloud::spanner::v1::operator<< (std::ostream &os, Database const &db)
 
StatusOr< Database > google::cloud::spanner::v1::MakeDatabase (std::string const &full_name)
 Constructs a Database from the given full_name. More...