|
Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/backoff_policy.h"#include "google/cloud/spanner/batch_dml_result.h"#include "google/cloud/spanner/client_options.h"#include "google/cloud/spanner/commit_result.h"#include "google/cloud/spanner/connection.h"#include "google/cloud/spanner/connection_options.h"#include "google/cloud/spanner/database.h"#include "google/cloud/spanner/keys.h"#include "google/cloud/spanner/mutations.h"#include "google/cloud/spanner/partition_options.h"#include "google/cloud/spanner/query_options.h"#include "google/cloud/spanner/query_partition.h"#include "google/cloud/spanner/read_options.h"#include "google/cloud/spanner/read_partition.h"#include "google/cloud/spanner/results.h"#include "google/cloud/spanner/retry_policy.h"#include "google/cloud/spanner/session_pool_options.h"#include "google/cloud/spanner/sql_statement.h"#include "google/cloud/spanner/transaction.h"#include "google/cloud/optional.h"#include "google/cloud/status.h"#include "google/cloud/status_or.h"#include <google/spanner/v1/spanner.pb.h>#include <grpcpp/grpcpp.h>#include <functional>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | google::cloud::spanner::v1::Client |
| Performs database client operations on Spanner. 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. | |
Functions | |
| std::shared_ptr< Connection > | google::cloud::spanner::v1::MakeConnection (Database const &db, ConnectionOptions const &connection_options=ConnectionOptions(), SessionPoolOptions session_pool_options=SessionPoolOptions()) |
| Returns a Connection object that can be used for interacting with Spanner. More... | |
| std::shared_ptr< Connection > | google::cloud::spanner::v1::MakeConnection (Database const &db, ConnectionOptions const &connection_options, SessionPoolOptions session_pool_options, std::unique_ptr< RetryPolicy > retry_policy, std::unique_ptr< BackoffPolicy > backoff_policy) |
| Returns a Connection object that can be used for interacting with Spanner. More... | |
1.8.15