Uses of Enum
com.google.cloud.spanner.Mutation.Op
Packages that use Mutation.Op
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of Mutation.Op in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Mutation.OpModifier and TypeMethodDescriptionMutation.getOperation()Returns the type of operation that this mutation will perform.static Mutation.OpReturns the enum constant of this type with the specified name.static Mutation.Op[]Mutation.Op.values()Returns an array containing the constants of this enum type, in the order they are declared.