Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
Mutation.Op |
Mutation.getOperation()
Returns the type of operation that this mutation will perform.
|
static Mutation.Op |
Mutation.Op.valueOf(String name)
Returns 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.
|
Copyright © 2019 Google LLC. All rights reserved.