Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/row.h"
#include "google/cloud/spanner/timestamp.h"
#include "google/cloud/spanner/version.h"
#include "google/cloud/optional.h"
#include "absl/types/optional.h"
#include <google/spanner/v1/spanner.pb.h>
#include <memory>
#include <string>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | google::cloud::spanner::v1::RowStream |
Represents the stream of Rows returned from spanner::Client::Read() or spanner::Client::ExecuteQuery() . More... | |
class | google::cloud::spanner::v1::DmlResult |
Represents the result of a data modifying operation using spanner::Client::ExecuteDml() . More... | |
class | google::cloud::spanner::v1::ProfileQueryResult |
Represents the stream of Rows and profile stats returned from spanner::Client::ProfileQuery() . More... | |
class | google::cloud::spanner::v1::ProfileDmlResult |
Represents the result and profile stats of a data modifying operation using spanner::Client::ProfileDml() . More... | |
Namespaces | |
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. | |
Typedefs | |
using | google::cloud::spanner::v1::ExecutionPlan = ::google::spanner::v1::QueryPlan |
Contains a hierarchical representation of the operations the database server performs in order to execute a particular SQL statement. More... | |