Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
ValueBinder<Statement.Builder> |
Statement.Builder.bind(String parameter)
Returns a binder to bind the value of the query parameter
parameter . |
ValueBinder<Mutation.WriteBuilder> |
Mutation.WriteBuilder.set(String columnName)
Returns a binder to set the value of
columnName that should be applied by the
mutation. |
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.