Uses of Enum
com.google.cloud.spanner.connection.SavepointSupport
Packages that use SavepointSupport
-
Uses of SavepointSupport in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection that return SavepointSupportModifier and TypeMethodDescriptionConnection.getSavepointSupport()Returns the current savepoint support for this connection.static SavepointSupportReturns 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 SavepointSupportModifier and TypeMethodDescriptionvoidConnection.setSavepointSupport(SavepointSupport savepointSupport) Sets how savepoints should be supported on this connection.