| Modifier and Type | Class and Description |
|---|---|
class |
Type
`Type` indicates the type of a Cloud Spanner value, as might be stored in a
table cell or returned from an SQL query.
|
static class |
Type.Builder
`Type` indicates the type of a Cloud Spanner value, as might be stored in a
table cell or returned from an SQL query.
|
| Modifier and Type | Method and Description |
|---|---|
TypeOrBuilder |
Type.getArrayElementTypeOrBuilder()
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
TypeOrBuilder |
Type.Builder.getArrayElementTypeOrBuilder()
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
TypeOrBuilder |
TypeOrBuilder.getArrayElementTypeOrBuilder()
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
TypeOrBuilder |
StructType.FieldOrBuilder.getTypeOrBuilder()
The type of the field.
|
TypeOrBuilder |
StructType.Field.getTypeOrBuilder()
The type of the field.
|
TypeOrBuilder |
StructType.Field.Builder.getTypeOrBuilder()
The type of the field.
|
Copyright © 2022 Google LLC. All rights reserved.