Google Cloud Spanner C++ Client
1.32.0
A C++ Client Library for Google Cloud Spanner
|
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::Client | inlineexplicit |
Client()=delete | google::cloud::spanner::v1::Client | |
Client(Client const &)=default | google::cloud::spanner::v1::Client | |
Client(Client &&)=default | google::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::Client | friend |
operator=(Client const &)=default | google::cloud::spanner::v1::Client | |
operator=(Client &&)=default | google::cloud::spanner::v1::Client | |
operator==(Client const &a, Client const &b) | google::cloud::spanner::v1::Client | friend |
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 |