Uses of Class
com.google.cloud.spanner.Struct.Builder
-
Packages that use Struct.Builder Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of Struct.Builder in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return Struct.Builder Modifier and Type Method Description Struct.BuilderStruct.Builder. add(Value value)Adds a new unnamed fieldfieldNamewith the given value.static Struct.BuilderStruct. newBuilder()Returns a builder for creating a non-NULLStructinstance.Methods in com.google.cloud.spanner that return types with arguments of type Struct.Builder Modifier and Type Method Description ValueBinder<Struct.Builder>Struct.Builder. set(String fieldName)Returns a binder to set the value of a new field in the struct namedfieldName.
-