|
Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/bytes.h"#include "google/cloud/spanner/date.h"#include "google/cloud/spanner/internal/tuple_utils.h"#include "google/cloud/spanner/timestamp.h"#include "google/cloud/spanner/version.h"#include "google/cloud/internal/throw_delegate.h"#include "google/cloud/optional.h"#include "google/cloud/status_or.h"#include <google/protobuf/struct.pb.h>#include <google/protobuf/util/message_differencer.h>#include <google/spanner/v1/type.pb.h>#include <ostream>#include <string>#include <tuple>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | google::cloud::spanner::v1::Value |
| The Value class represents a type-safe, nullable Spanner value. 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 | |
| template<typename T > | |
| Value | google::cloud::spanner::v1::MakeNullValue () |
Factory to construct a "null" Value of the specified type T. More... | |
1.8.15