Uses of Class
com.google.cloud.spanner.Type.StructField
Packages that use Type.StructField
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of Type.StructField in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Type.StructFieldMethods in com.google.cloud.spanner that return types with arguments of type Type.StructFieldMethods in com.google.cloud.spanner with parameters of type Type.StructFieldModifier and TypeMethodDescriptionstatic TypeType.struct(Type.StructField... fields) Returns a descriptor for aSTRUCTtype: an ordered collection of named and typed fields.Method parameters in com.google.cloud.spanner with type arguments of type Type.StructFieldModifier and TypeMethodDescriptionstatic TypeType.struct(Iterable<Type.StructField> fields) Returns a descriptor for aSTRUCTtype: an ordered collection of named and typed fields.