instance method
execute_batch
Ruby on Rails 7.1.6
Since v6.0.6 PrivateSignature
execute_batch(statements, name = nil)
No documentation comment.
Parameters
-
statementsreq -
nameopt = nil
Source
# File activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb, line 150
def execute_batch(statements, name = nil)
execute(combine_multi_statements(statements))
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb line 150
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements