| Package | Description | 
|---|---|
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Mutation.WriteBuilder | 
Mutation.newInsertBuilder(String table)
Returns a builder that can be used to construct an  
Mutation.Op.INSERT mutation against table; see the INSERT documentation for mutation semantics. | 
static Mutation.WriteBuilder | 
Mutation.newInsertOrUpdateBuilder(String table)
Returns a builder that can be used to construct an  
Mutation.Op.INSERT_OR_UPDATE mutation against
 table; see the INSERT_OR_UPDATE documentation for mutation semantics. | 
static Mutation.WriteBuilder | 
Mutation.newReplaceBuilder(String table)
Returns a builder that can be used to construct an  
Mutation.Op.REPLACE mutation against table; see the REPLACE documentation for mutation semantics. | 
static Mutation.WriteBuilder | 
Mutation.newUpdateBuilder(String table)
Returns a builder that can be used to construct an  
Mutation.Op.UPDATE mutation against table; see the UPDATE documentation for mutation semantics. | 
| Modifier and Type | Method and Description | 
|---|---|
ValueBinder<Mutation.WriteBuilder> | 
Mutation.WriteBuilder.set(String columnName)
Returns a binder to set the value of  
columnName that should be applied by the
 mutation. | 
Copyright © 2019 Google LLC. All rights reserved.