| Modifier and Type | Class and Description |
|---|---|
class |
StructType
`StructType` defines the fields of a [STRUCT][google.spanner.v1.TypeCode.STRUCT] type.
|
static class |
StructType.Builder
`StructType` defines the fields of a [STRUCT][google.spanner.v1.TypeCode.STRUCT] type.
|
| Modifier and Type | Method and Description |
|---|---|
StructTypeOrBuilder |
ResultSetMetadataOrBuilder.getRowTypeOrBuilder()
Indicates the field names and types for the rows in the result
set.
|
StructTypeOrBuilder |
ResultSetMetadata.getRowTypeOrBuilder()
Indicates the field names and types for the rows in the result
set.
|
StructTypeOrBuilder |
ResultSetMetadata.Builder.getRowTypeOrBuilder()
Indicates the field names and types for the rows in the result
set.
|
StructTypeOrBuilder |
TypeOrBuilder.getStructTypeOrBuilder()
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
StructTypeOrBuilder |
Type.getStructTypeOrBuilder()
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
StructTypeOrBuilder |
Type.Builder.getStructTypeOrBuilder()
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
Copyright © 2020 Google LLC. All rights reserved.