Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments to Read()
.
More...
#include <google/cloud/spanner/connection.h>
Public Attributes | |
Transaction | transaction |
std::string | table |
KeySet | keys |
std::vector< std::string > | columns |
ReadOptions | read_options |
absl::optional< std::string > | partition_token |
Wrap the arguments to Read()
.
Definition at line 74 of file connection.h.
std::vector<std::string> google::cloud::spanner::v1::Connection::ReadParams::columns |
Definition at line 78 of file connection.h.
KeySet google::cloud::spanner::v1::Connection::ReadParams::keys |
Definition at line 77 of file connection.h.
absl::optional<std::string> google::cloud::spanner::v1::Connection::ReadParams::partition_token |
Definition at line 80 of file connection.h.
ReadOptions google::cloud::spanner::v1::Connection::ReadParams::read_options |
Definition at line 79 of file connection.h.
std::string google::cloud::spanner::v1::Connection::ReadParams::table |
Definition at line 76 of file connection.h.
Transaction google::cloud::spanner::v1::Connection::ReadParams::transaction |
Definition at line 75 of file connection.h.