UpsertClauseEntry constructor

UpsertClauseEntry({
  1. List<IndexedColumn>? onColumns,
  2. Expression? where,
  3. required UpsertAction action,
})

Implementation

UpsertClauseEntry({this.onColumns, this.where, required this.action});