Uses of Class
com.google.cloud.spanner.ValueBinder
-
Packages that use ValueBinder Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of ValueBinder in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return ValueBinder Modifier and Type Method Description ValueBinder<Statement.Builder>Statement.Builder. bind(String parameter)Returns a binder to bind the value of the query parameterparameter.ValueBinder<Mutation.WriteBuilder>Mutation.WriteBuilder. set(String columnName)Returns a binder to set the value ofcolumnNamethat 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 namedfieldName.
-