exec method

Future exec()

Implementation

Future exec() async {
  return db.update(table, _values, whereClause.join(" AND "));
}