Google Cloud Spanner C++ Client
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
 

Detailed Description

Wrap the arguments to ExecutePartitionedDml().

Definition at line 97 of file connection.h.

Member Data Documentation

◆ statement

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

Definition at line 98 of file connection.h.