Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::Connection::SqlParams Struct Reference

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
 

Detailed Description

Wrap the arguments to ExecuteQuery(), ExecuteDml(), ProfileQuery(), ProfileDml(), and AnalyzeSql().

Definition at line 91 of file connection.h.

Member Data Documentation

◆ partition_token

absl::optional<std::string> google::cloud::spanner::v1::Connection::SqlParams::partition_token

Definition at line 95 of file connection.h.

◆ query_options

QueryOptions google::cloud::spanner::v1::Connection::SqlParams::query_options

Definition at line 94 of file connection.h.

◆ statement

SqlStatement google::cloud::spanner::v1::Connection::SqlParams::statement

Definition at line 93 of file connection.h.

◆ transaction

Transaction google::cloud::spanner::v1::Connection::SqlParams::transaction

Definition at line 92 of file connection.h.