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.
|
Modifier and Type | Method and Description |
---|---|
CommitResponse |
TransactionRunner.getCommitResponse()
Returns the
CommitResponse of this transaction. |
CommitResponse |
TransactionManager.getCommitResponse()
Returns the
CommitResponse of this transaction. |
CommitResponse |
DatabaseClient.writeAtLeastOnceWithOptions(Iterable<Mutation> mutations,
Options.TransactionOption... options)
Writes the given mutations atomically to the database without replay protection.
|
CommitResponse |
DatabaseClient.writeWithOptions(Iterable<Mutation> mutations,
Options.TransactionOption... options)
Writes the given mutations atomically to the database with the given options.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<CommitResponse> |
AsyncRunner.getCommitResponse()
Returns the
CommitResponse of this transaction. |
com.google.api.core.ApiFuture<CommitResponse> |
AsyncTransactionManager.getCommitResponse()
Returns the
CommitResponse of this transaction. |
Modifier and Type | Method and Description |
---|---|
CommitResponse |
Connection.getCommitResponse() |
Copyright © 2022 Google LLC. All rights reserved.