Uses of Class
com.google.cloud.spanner.connection.AutocommitDmlMode
-
Packages that use AutocommitDmlMode Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of AutocommitDmlMode in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return AutocommitDmlMode Modifier and Type Method Description AutocommitDmlModeConnection. getAutocommitDmlMode()static AutocommitDmlModeAutocommitDmlMode. 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.Methods in com.google.cloud.spanner.connection with parameters of type AutocommitDmlMode Modifier and Type Method Description voidConnection. setAutocommitDmlMode(AutocommitDmlMode mode)Sets the mode for executing DML statements in autocommit mode for this connection.
-