|
Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments to ExecuteQuery(), ExecuteDml(), ProfileQuery(), ProfileDml(), and AnalyzeSql().
More...
#include <google/cloud/spanner/connection.h>
Public Attributes | |
| Transaction | transaction |
| SqlStatement | statement |
| QueryOptions | query_options |
| google::cloud::optional< std::string > | partition_token |
Wrap the arguments to ExecuteQuery(), ExecuteDml(), ProfileQuery(), ProfileDml(), and AnalyzeSql().
Definition at line 89 of file connection.h.
| google::cloud::optional<std::string> google::cloud::spanner::v1::Connection::SqlParams::partition_token |
Definition at line 93 of file connection.h.
| QueryOptions google::cloud::spanner::v1::Connection::SqlParams::query_options |
Definition at line 92 of file connection.h.
| SqlStatement google::cloud::spanner::v1::Connection::SqlParams::statement |
Definition at line 91 of file connection.h.
| Transaction google::cloud::spanner::v1::Connection::SqlParams::transaction |
Definition at line 90 of file connection.h.
1.8.15