delete method
Execute the command as a delete.
Implementation
Future<int> delete(DatabaseExecutor executor) {
return executor.rawDelete(sql, arguments);
}
Execute the command as a delete.
Future<int> delete(DatabaseExecutor executor) {
return executor.rawDelete(sql, arguments);
}