Uses of Class
com.google.spanner.v1.StructType
-
Uses of StructType in com.google.spanner.v1
Methods in com.google.spanner.v1 that return StructTypeModifier and TypeMethodDescriptionStructType.Builder.build()StructType.Builder.buildPartial()static StructTypeStructType.getDefaultInstance()StructType.Builder.getDefaultInstanceForType()StructType.getDefaultInstanceForType()ResultSetMetadata.Builder.getRowType()Indicates the field names and types for the rows in the result set.ResultSetMetadata.getRowType()Indicates the field names and types for the rows in the result set.ResultSetMetadataOrBuilder.getRowType()Indicates the field names and types for the rows in the result set.Type.Builder.getStructType()If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.Type.getStructType()If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.TypeOrBuilder.getStructType()If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.ResultSetMetadata.Builder.getUndeclaredParameters()A SQL query can be parameterized.ResultSetMetadata.getUndeclaredParameters()A SQL query can be parameterized.ResultSetMetadataOrBuilder.getUndeclaredParameters()A SQL query can be parameterized.static StructTypeStructType.parseDelimitedFrom(InputStream input) static StructTypeStructType.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructTypeStructType.parseFrom(byte[] data) static StructTypeStructType.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructTypeStructType.parseFrom(com.google.protobuf.ByteString data) static StructTypeStructType.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructTypeStructType.parseFrom(com.google.protobuf.CodedInputStream input) static StructTypeStructType.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructTypeStructType.parseFrom(InputStream input) static StructTypeStructType.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructTypeStructType.parseFrom(ByteBuffer data) static StructTypeStructType.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.v1 that return types with arguments of type StructTypeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StructType>StructType.getParserForType()static com.google.protobuf.Parser<StructType>StructType.parser()Methods in com.google.spanner.v1 with parameters of type StructTypeModifier and TypeMethodDescriptionStructType.Builder.mergeFrom(StructType other) ResultSetMetadata.Builder.mergeRowType(StructType value) Indicates the field names and types for the rows in the result set.Type.Builder.mergeStructType(StructType value) If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.ResultSetMetadata.Builder.mergeUndeclaredParameters(StructType value) A SQL query can be parameterized.static StructType.BuilderStructType.newBuilder(StructType prototype) ResultSetMetadata.Builder.setRowType(StructType value) Indicates the field names and types for the rows in the result set.Type.Builder.setStructType(StructType value) If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type` provides type information for the struct's fields.ResultSetMetadata.Builder.setUndeclaredParameters(StructType value) A SQL query can be parameterized.