Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
google::cloud::spanner::v1::Client Member List

This is the complete list of members for google::cloud::spanner::v1::Client, including all inherited members.

AnalyzeSql(Transaction transaction, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
Client(std::shared_ptr< Connection > conn, ClientOptions opts={})google::cloud::spanner::v1::Clientinlineexplicit
Client()=deletegoogle::cloud::spanner::v1::Client
Client(Client const &)=defaultgoogle::cloud::spanner::v1::Client
Client(Client &&)=defaultgoogle::cloud::spanner::v1::Client
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, std::unique_ptr< TransactionRerunPolicy > rerun_policy, std::unique_ptr< BackoffPolicy > backoff_policy, CommitOptions const &options={})google::cloud::spanner::v1::Client
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, CommitOptions const &options={})google::cloud::spanner::v1::Client
Commit(Mutations mutations, CommitOptions const &options={})google::cloud::spanner::v1::Client
Commit(Transaction transaction, Mutations mutations, CommitOptions const &options={})google::cloud::spanner::v1::Client
ExecuteBatchDml(Transaction transaction, std::vector< SqlStatement > statements, Options opts={})google::cloud::spanner::v1::Client
ExecuteDml(Transaction transaction, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ExecutePartitionedDml(SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ExecuteQuery(SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ExecuteQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ExecuteQuery(Transaction transaction, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ExecuteQuery(QueryPartition const &partition, QueryOptions const &opts={})google::cloud::spanner::v1::Client
operator!=(Client const &a, Client const &b)google::cloud::spanner::v1::Clientfriend
operator=(Client const &)=defaultgoogle::cloud::spanner::v1::Client
operator=(Client &&)=defaultgoogle::cloud::spanner::v1::Client
operator==(Client const &a, Client const &b)google::cloud::spanner::v1::Clientfriend
PartitionQuery(Transaction transaction, SqlStatement statement, PartitionOptions const &partition_options=PartitionOptions{})google::cloud::spanner::v1::Client
PartitionRead(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions read_options={}, PartitionOptions const &partition_options=PartitionOptions{})google::cloud::spanner::v1::Client
ProfileDml(Transaction transaction, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ProfileQuery(SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ProfileQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
ProfileQuery(Transaction transaction, SqlStatement statement, QueryOptions const &opts={})google::cloud::spanner::v1::Client
Read(std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions read_options={})google::cloud::spanner::v1::Client
Read(Transaction::SingleUseOptions transaction_options, std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions read_options={})google::cloud::spanner::v1::Client
Read(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions read_options={})google::cloud::spanner::v1::Client
Read(ReadPartition const &partition)google::cloud::spanner::v1::Client
Rollback(Transaction transaction)google::cloud::spanner::v1::Client