method
execute_batch
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements
execute_batch(statements, name = nil)private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb, line 130
def execute_batch(statements, name = nil)
execute(combine_multi_statements(statements))
end