Uses of Class
com.google.cloud.spanner.connection.SavepointSupport
-
Packages that use SavepointSupport Package Description com.google.cloud.spanner.connection Internal API for Google Cloud Spanner. -
-
Uses of SavepointSupport in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return SavepointSupport Modifier and Type Method Description SavepointSupportConnection. getSavepointSupport()Returns the current savepoint support for this connection.static SavepointSupportSavepointSupport. valueOf(String name)Returns the enum constant of this type with the specified name.static SavepointSupport[]SavepointSupport. 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 SavepointSupport Modifier and Type Method Description voidConnection. setSavepointSupport(SavepointSupport savepointSupport)Sets how savepoints should be supported on this connection.
-