Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::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
 
bool partition_data_boost = false
 

Detailed Description

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

Member Data Documentation

◆ partition_data_boost

bool google::cloud::spanner::Connection::SqlParams::partition_data_boost = false

◆ partition_token

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

◆ query_options

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

◆ statement

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

◆ transaction

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