Interface AssigningTableMutationBuilder<M extends TableMutation<?>>

All Superinterfaces:
TableMutationBuilder<M>
All Known Subinterfaces:
TableInsertBuilder, TableUpdateBuilder<O>
All Known Implementing Classes:
AbstractTableInsertBuilder, AbstractTableUpdateBuilder, CollectionRowDeleteByUpdateSetNullBuilder, TableInsertBuilderStandard, TableInsertReturningBuilder, TableMergeBuilder, TableUpdateBuilderSkipped, TableUpdateBuilderStandard

public interface AssigningTableMutationBuilder<M extends TableMutation<?>> extends TableMutationBuilder<M>
Specialized builder for building mutations which allow assigning values (INSERT or UPDATE).