Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
Struct.Builder |
Struct.Builder.add(Value value)
Adds a new unnamed field
fieldName with the given value. |
static Struct.Builder |
Struct.newBuilder()
Returns a builder for creating a non-
NULL Struct instance. |
Modifier and Type | Method and Description |
---|---|
ValueBinder<Struct.Builder> |
Struct.Builder.set(String fieldName)
Returns a binder to set the value of a new field in the struct named
fieldName . |
Copyright © 2019 Google LLC. All rights reserved.