instance method
perform_query
Ruby on Rails 8.0.4
Since v8.0.4 PrivateAvailable in: v8.0.4 v8.1.2
Signature
perform_query(raw_connection, sql, binds, type_casted_binds, prepare:, notification_payload:, batch:)
No documentation comment.
Parameters
-
raw_connectionreq -
sqlreq -
bindsreq -
type_casted_bindsreq -
preparekeyreq -
notification_payloadkeyreq -
batchkeyreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 561
def perform_query(raw_connection, sql, binds, type_casted_binds, prepare:, notification_payload:, batch:)
raise NotImplementedError
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb line 561
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::DatabaseStatements