Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Mod |
Mod.clone() |
Mod |
Mod.set(String fieldName,
Object value) |
Mod |
Mod.setKeys(List<ModValue> keys)
Returns the value of the primary key of the modified row.
|
Mod |
Mod.setNewValues(List<ModValue> newValues)
Returns the new values after the change for the modified columns.
|
Mod |
Mod.setOldValues(List<ModValue> oldValues)
Returns the old values before the change for the modified columns.
|
Modifier and Type | Method and Description |
---|---|
List<Mod> |
DataChangeRecord.getMods()
Describes the changes that were made.
|
Modifier and Type | Method and Description |
---|---|
DataChangeRecord |
DataChangeRecord.setMods(List<Mod> mods)
Describes the changes that were made.
|
Copyright © 2011–2025 Google. All rights reserved.