Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ModValue |
ModValue.clone() |
ModValue |
ModValue.set(String fieldName,
Object value) |
ModValue |
ModValue.setColumnMetadataIndex(Integer columnMetadataIndex)
Index within the repeated column_metadata field, to obtain the column metadata for the column
that was modified.
|
ModValue |
ModValue.setValue(Object value)
The value of the column.
|
Modifier and Type | Method and Description |
---|---|
List<ModValue> |
Mod.getKeys()
Returns the value of the primary key of the modified row.
|
List<ModValue> |
Mod.getNewValues()
Returns the new values after the change for the modified columns.
|
List<ModValue> |
Mod.getOldValues()
Returns the old values before the change for the modified columns.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2025 Google. All rights reserved.