update method
Execute the command as an update.
Implementation
Future<int> update(DatabaseExecutor executor) {
return executor.rawUpdate(sql, arguments);
}
Execute the command as an update.
Future<int> update(DatabaseExecutor executor) {
return executor.rawUpdate(sql, arguments);
}