SqlUpdate constructor
SqlUpdate(
- SqlQualifiedRelation relation,
- Sql? where,
- Map<
SqlTypedAttribute, dynamic> values
Implementation
SqlUpdate(this.relation, this.where, this.values);