SqlUpdate constructor

SqlUpdate(
  1. SqlQualifiedRelation relation,
  2. Sql? where,
  3. Map<SqlTypedAttribute, dynamic> values
)

Implementation

SqlUpdate(this.relation, this.where, this.values);