Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ColumnMetadata |
ColumnMetadata.clone() |
ColumnMetadata |
ColumnMetadata.set(String fieldName,
Object value) |
ColumnMetadata |
ColumnMetadata.setIsPrimaryKey(Boolean isPrimaryKey)
Indicates whether the column is a primary key column.
|
ColumnMetadata |
ColumnMetadata.setName(String name)
Name of the column.
|
ColumnMetadata |
ColumnMetadata.setOrdinalPosition(Long ordinalPosition)
Ordinal position of the column based on the original table definition in the schema starting
with a value of 1.
|
ColumnMetadata |
ColumnMetadata.setType(Type type)
Type of the column.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnMetadata> |
DataChangeRecord.getColumnMetadata()
Provides metadata describing the columns associated with the mods listed below.
|
Modifier and Type | Method and Description |
---|---|
DataChangeRecord |
DataChangeRecord.setColumnMetadata(List<ColumnMetadata> columnMetadata)
Provides metadata describing the columns associated with the mods listed below.
|
Copyright © 2011–2025 Google. All rights reserved.