Uses of Class
com.google.cloud.spanner.Type.StructField
-
Packages that use Type.StructField Package Description com.google.cloud.spanner 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.StructField Modifier and Type Method Description static Type.StructFieldType.StructField. of(String name, Type type)Methods in com.google.cloud.spanner that return types with arguments of type Type.StructField Modifier and Type Method Description List<Type.StructField>Type. getStructFields()Returns the fields of thisSTRUCTtype.Methods in com.google.cloud.spanner with parameters of type Type.StructField Modifier and Type Method Description static 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.StructField Modifier and Type Method Description static TypeType. struct(Iterable<Type.StructField> fields)Returns a descriptor for aSTRUCTtype: an ordered collection of named and typed fields.
-