UpdateStmt constructor
UpdateStmt(})
Implementation
UpdateStmt(
this.table,
this.assignments,
this.where, {
this.returning,
this.ctes = const {},
this.cteColumns = const {},
this.ctesRecursive = false,
this.indexedBy,
this.fromTable,
this.fromAlias,
this.limit,
this.offset,
});