Google Cloud Spanner C++ Client
1.32.0
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 |
absl::optional< std::string > | partition_token |
Wrap the arguments to ExecuteQuery()
, ExecuteDml()
, ProfileQuery()
, ProfileDml()
, and AnalyzeSql()
.
Definition at line 91 of file connection.h.
absl::optional<std::string> google::cloud::spanner::v1::Connection::SqlParams::partition_token |
Definition at line 95 of file connection.h.
QueryOptions google::cloud::spanner::v1::Connection::SqlParams::query_options |
Definition at line 94 of file connection.h.
SqlStatement google::cloud::spanner::v1::Connection::SqlParams::statement |
Definition at line 93 of file connection.h.
Transaction google::cloud::spanner::v1::Connection::SqlParams::transaction |
Definition at line 92 of file connection.h.