Method: Cequel::Record::BulkWrites#delete_all

Defined in:
lib/cequel/record/bulk_writes.rb

#delete_allvoid

This method returns an undefined value.

Delete all matched records without executing callbacks

Since:

  • 1.0.0



31
32
33
# File 'lib/cequel/record/bulk_writes.rb', line 31

def delete_all
  each_data_set { |data_set| data_set.delete }
end