Uses of Class
com.google.cloud.spanner.CommitResponse
-
Packages that use CommitResponse Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service.com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of CommitResponse in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return CommitResponse Modifier and Type Method Description CommitResponseTransactionManager. getCommitResponse()Returns theCommitResponseof this transaction.CommitResponseTransactionRunner. getCommitResponse()Returns theCommitResponseof this transaction.CommitResponseDatabaseClient. writeAtLeastOnceWithOptions(Iterable<Mutation> mutations, Options.TransactionOption... options)Writes the given mutations atomically to the database without replay protection.CommitResponseDatabaseClient. writeWithOptions(Iterable<Mutation> mutations, Options.TransactionOption... options)Writes the given mutations atomically to the database with the given options.Methods in com.google.cloud.spanner that return types with arguments of type CommitResponse Modifier and Type Method Description com.google.api.core.ApiFuture<CommitResponse>AsyncRunner. getCommitResponse()Returns theCommitResponseof this transaction.com.google.api.core.ApiFuture<CommitResponse>AsyncTransactionManager. getCommitResponse()Returns theCommitResponseof this transaction. -
Uses of CommitResponse in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return CommitResponse Modifier and Type Method Description CommitResponseConnection. getCommitResponse()
-