Interface TableUpdate<O extends MutationOperation>

    • Method Detail

      • getValueBindings

        List<ColumnValueBinding> getValueBindings()
        The value bindings for each column.
        Implementation Note:
        Table key column(s) are not included here as those are not ever updated
      • getNumberOfValueBindings

        default int getNumberOfValueBindings()
        The number of value bindings
        See Also:
        getValueBindings()