Uses of Interface
com.google.spanner.v1.TypeOrBuilder
-
Packages that use TypeOrBuilder Package Description com.google.spanner.v1 -
-
Uses of TypeOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement TypeOrBuilder Modifier and Type Class 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.Methods in com.google.spanner.v1 that return TypeOrBuilder Modifier and Type Method Description 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
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
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.Field.Builder. getTypeOrBuilder()
The type of the field.TypeOrBuilder
StructType.Field. getTypeOrBuilder()
The type of the field.TypeOrBuilder
StructType.FieldOrBuilder. getTypeOrBuilder()
The type of the field.
-