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::ExecutePartitionedDmlParams Struct Reference

Wrap the arguments to ExecutePartitionedDml(). More...

#include <google/cloud/spanner/connection.h>

Public Attributes

SqlStatement statement
 
QueryOptions query_options
 

Detailed Description

Wrap the arguments to ExecutePartitionedDml().

Definition at line 99 of file connection.h.

Member Data Documentation

◆ query_options

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

Definition at line 101 of file connection.h.

◆ statement

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

Definition at line 100 of file connection.h.