Interface MultipleValueBinder


public interface MultipleValueBinder
An interface that allows multiple values to be bound for Cloud Spanner.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.cloud.spanner.ValueBinder
    set(String fieldName)
    Returns a ValueBinder for a given field name to bind.
  • Method Details

    • set

      com.google.cloud.spanner.ValueBinder set(String fieldName)
      Returns a ValueBinder for a given field name to bind.
      Parameters:
      fieldName - the name of the field to bind.
      Returns:
      a value-binder object that then accepts the value to bind.