Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
This is the complete list of members for google::cloud::spanner::Client, including all inherited members.
AnalyzeSql(Transaction transaction, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
AnalyzeSql(Transaction transaction, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
AnalyzeSql(Transaction transaction, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Client(std::shared_ptr< Connection > conn, Options opts={}) | google::cloud::spanner::Client | inlineexplicit |
Client()=delete | google::cloud::spanner::Client | |
Client(Client const &)=default | google::cloud::spanner::Client | |
Client(Client &&)=default | google::cloud::spanner::Client | |
Client(std::shared_ptr< Connection > conn, ClientOptions const &opts) | google::cloud::spanner::Client | inlineexplicit |
Client(std::shared_ptr< Connection > conn, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inlineexplicit |
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, std::unique_ptr< TransactionRerunPolicy > rerun_policy, std::unique_ptr< BackoffPolicy > backoff_policy, Options opts={}) | google::cloud::spanner::Client | |
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, Options opts={}) | google::cloud::spanner::Client | |
Commit(Mutations mutations, Options opts={}) | google::cloud::spanner::Client | |
Commit(Transaction transaction, Mutations mutations, Options opts={}) | google::cloud::spanner::Client | |
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, std::unique_ptr< TransactionRerunPolicy > rerun_policy, std::unique_ptr< BackoffPolicy > backoff_policy, CommitOptions const &commit_options) | google::cloud::spanner::Client | inline |
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, std::unique_ptr< TransactionRerunPolicy > rerun_policy, std::unique_ptr< BackoffPolicy > backoff_policy, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, CommitOptions const &commit_options) | google::cloud::spanner::Client | inline |
Commit(std::function< StatusOr< Mutations >(Transaction)> const &mutator, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Commit(Mutations mutations, CommitOptions const &commit_options) | google::cloud::spanner::Client | inline |
Commit(Mutations mutations, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Commit(Transaction transaction, Mutations mutations, CommitOptions const &commit_options) | google::cloud::spanner::Client | inline |
Commit(Transaction transaction, Mutations mutations, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
CommitAtLeastOnce(Transaction::ReadWriteOptions transaction_options, Mutations mutations, Options opts={}) | google::cloud::spanner::Client | |
ExecuteBatchDml(Transaction transaction, std::vector< SqlStatement > statements, Options opts={}) | google::cloud::spanner::Client | |
ExecuteDml(Transaction transaction, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ExecuteDml(Transaction transaction, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ExecuteDml(Transaction transaction, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ExecutePartitionedDml(SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ExecutePartitionedDml(SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ExecutePartitionedDml(SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ExecuteQuery(SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ExecuteQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ExecuteQuery(Transaction transaction, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ExecuteQuery(QueryPartition const &partition, Options opts={}) | google::cloud::spanner::Client | |
ExecuteQuery(SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ExecuteQuery(SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ExecuteQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ExecuteQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ExecuteQuery(Transaction transaction, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ExecuteQuery(Transaction transaction, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ExecuteQuery(QueryPartition const &partition, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ExecuteQuery(QueryPartition const &partition, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
operator!= | google::cloud::spanner::Client | friend |
operator=(Client const &)=default | google::cloud::spanner::Client | |
operator=(Client &&)=default | google::cloud::spanner::Client | |
operator== | google::cloud::spanner::Client | friend |
PartitionQuery(Transaction transaction, SqlStatement statement, Options opts=Options{}) | google::cloud::spanner::Client | |
PartitionQuery(Transaction transaction, SqlStatement statement, PartitionOptions const &partition_options) | google::cloud::spanner::Client | inline |
PartitionQuery(Transaction transaction, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
PartitionRead(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, Options opts={}) | google::cloud::spanner::Client | |
PartitionRead(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions const &read_options, PartitionOptions const &partition_options) | google::cloud::spanner::Client | inline |
PartitionRead(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ProfileDml(Transaction transaction, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ProfileDml(Transaction transaction, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ProfileDml(Transaction transaction, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ProfileQuery(SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ProfileQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ProfileQuery(Transaction transaction, SqlStatement statement, Options opts={}) | google::cloud::spanner::Client | |
ProfileQuery(SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ProfileQuery(SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ProfileQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ProfileQuery(Transaction::SingleUseOptions transaction_options, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
ProfileQuery(Transaction transaction, SqlStatement statement, QueryOptions const &opts) | google::cloud::spanner::Client | inline |
ProfileQuery(Transaction transaction, SqlStatement statement, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Read(std::string table, KeySet keys, std::vector< std::string > columns, Options opts={}) | google::cloud::spanner::Client | |
Read(Transaction::SingleUseOptions transaction_options, std::string table, KeySet keys, std::vector< std::string > columns, Options opts={}) | google::cloud::spanner::Client | |
Read(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, Options opts={}) | google::cloud::spanner::Client | |
Read(ReadPartition const &partition, Options opts={}) | google::cloud::spanner::Client | |
Read(std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions const &read_options) | google::cloud::spanner::Client | inline |
Read(std::string table, KeySet keys, std::vector< std::string > columns, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Read(Transaction::SingleUseOptions transaction_options, std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions const &read_options) | google::cloud::spanner::Client | inline |
Read(Transaction::SingleUseOptions transaction_options, std::string table, KeySet keys, std::vector< std::string > columns, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Read(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, ReadOptions const &read_options) | google::cloud::spanner::Client | inline |
Read(Transaction transaction, std::string table, KeySet keys, std::vector< std::string > columns, std::initializer_list< internal::NonConstructible >) | google::cloud::spanner::Client | inline |
Rollback(Transaction transaction, Options opts={}) | google::cloud::spanner::Client |