instance method
perform_query
Ruby on Rails edge
Since v8.0.5.1 Private — implementation detail, not part of the public APISignature
perform_query(raw_connection, intent)
No documentation comment.
Parameters
-
raw_connectionreq -
intentreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 843
def perform_query(raw_connection, intent)
raise NotImplementedError
end
Defined in activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb line 843
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::DatabaseStatements