public static interface SqlType.Struct.Field extends ColumnMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
name()
The name of the column.
|
SqlType<?> |
type()
The
SqlType of the column |
String name()
ColumnMetadataname in interface ColumnMetadataSqlType<?> type()
ColumnMetadataSqlType of the columntype in interface ColumnMetadataSqlType of the fieldCopyright © 2026 Google LLC. All rights reserved.