Package | Description |
---|---|
com.google.cloud.spanner.connection |
Internal API for Google Cloud Spanner.
|
Modifier and Type | Method and Description |
---|---|
AutocommitDmlMode |
Connection.getAutocommitDmlMode() |
static AutocommitDmlMode |
AutocommitDmlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutocommitDmlMode[] |
AutocommitDmlMode.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.setAutocommitDmlMode(AutocommitDmlMode mode)
Sets the mode for executing DML statements in autocommit mode for this connection.
|
Copyright © 2022 Google LLC. All rights reserved.