Google Cloud Spanner C++ Client
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
 
google::cloud::optional< std::string > partition_token
 

Detailed Description

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

Definition at line 89 of file connection.h.

Member Data Documentation

◆ partition_token

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

Definition at line 93 of file connection.h.

◆ query_options

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

Definition at line 92 of file connection.h.

◆ statement

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

Definition at line 91 of file connection.h.

◆ transaction

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

Definition at line 90 of file connection.h.