Package | Description |
---|---|
com.google.cloud.spanner.connection |
Internal API for Google Cloud Spanner.
|
Modifier and Type | Method and Description |
---|---|
TransactionMode |
Connection.getTransactionMode() |
static TransactionMode |
TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionMode[] |
TransactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.setTransactionMode(TransactionMode transactionMode)
Sets the transaction mode to use for current transaction.
|
Copyright © 2022 Google LLC. All rights reserved.