public static class Mutation.WriteBuilder extends Object
Mutation.Op.INSERT, Mutation.Op.INSERT_OR_UPDATE, Mutation.Op.UPDATE, and Mutation.Op.REPLACE mutations.| Modifier and Type | Method and Description |
|---|---|
Mutation |
build() |
ValueBinder<Mutation.WriteBuilder> |
set(String columnName)
Returns a binder to set the value of
columnName that should be applied by the
mutation. |
public ValueBinder<Mutation.WriteBuilder> set(String columnName)
columnName that should be applied by the
mutation.public Mutation build()
Copyright © 2017 Google. All rights reserved.