|
Google Cloud Spanner C++ Client
0.10.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 |
| google::cloud::optional< std::string > | partition_token |
Wrap the arguments to Read().
Definition at line 72 of file connection.h.
| std::vector<std::string> google::cloud::spanner::v0::Connection::ReadParams::columns |
Definition at line 76 of file connection.h.
| KeySet google::cloud::spanner::v0::Connection::ReadParams::keys |
Definition at line 75 of file connection.h.
| google::cloud::optional<std::string> google::cloud::spanner::v0::Connection::ReadParams::partition_token |
Definition at line 78 of file connection.h.
| ReadOptions google::cloud::spanner::v0::Connection::ReadParams::read_options |
Definition at line 77 of file connection.h.
| std::string google::cloud::spanner::v0::Connection::ReadParams::table |
Definition at line 74 of file connection.h.
| Transaction google::cloud::spanner::v0::Connection::ReadParams::transaction |
Definition at line 73 of file connection.h.
1.8.15